GET
Retrieve a checkout session

Authorizations

Authorization
string
header
required

Short-lived checkout client token for browser session access.

Path Parameters

id
string
required

The resource identifier returned by the merchant API.

Response

Successful response

id
string
required
amountMinor
integer
required
currency
string
required
status
enum<string>
required
Available options:
pending,
confirmed,
failed,
cancelled,
expired
expiresAt
string<date-time>
required
mode
enum<string>
Available options:
hosted,
embedded
method
enum<string>
Available options:
bank,
card,
apple_pay,
google_pay
paymentMethodTypes
string[]
reference
string
checkoutUrl
string<uri>
paymentUrl
string<uri>
embedded
boolean
metadata
object