Creates an instance of BaseService.
The SDK configuration options
Options for request retry behavior
Creates a new checkout in the Coinbase Commerce platform
The checkout creation parameters
Optional
buyer_locale?: stringOptional
description?: stringOptional
extended_description?: stringOptional
logo_url?: stringOptional
metadata?: CheckoutMetadataOptional
name?: stringOptional
requested_info?: RequestedInfoItem[]A promise that resolves to the created checkout
Retrieves a specific checkout by ID from the Coinbase Commerce platform
The unique identifier of the checkout to retrieve
A promise that resolves to the checkout details
Retrieves a list of checkouts from the Coinbase Commerce platform
Optional
params: GetCheckoutsParamsOptional parameters for the list request
A promise that resolves to a paginated list of checkouts
Service for managing Checkouts within the SDK Provides functionality for creating and configuring checkouts