Get a checkout
Checkouts
Get a Checkout
GET
Get a checkout
Retrieve full details for a specific checkout by ID.
Authorizations
Use your secret API key as a Bearer token.
Keys are prefixed: sk_live_ (production) or sk_test_ (sandbox).
Path Parameters
The checkout identifier (prefixed co_)
Response
Checkout details
Unique identifier (prefixed co_)
Example:
"co_1a2b3c4d5e"
Blockchain address to send funds to
Blockchain network
Available options:
tron, arbitrum Stablecoin token
Available options:
USDT, USDC Original USD amount
Token amount in smallest unit (string to avoid precision loss)
Example:
"49990000"
pending— Waiting for paymentdetected— Transaction seen on-chain, unconfirmedconfirming— Confirmations in progressconfirmed— Payment fully confirmed (terminal)expired— Checkout TTL exceeded without payment (terminal)failed— Unrecoverable error (terminal)
Available options:
pending, detected, confirming, confirmed, expired, failed On-chain transaction hash (null until detected)
Current confirmation count
Confirmations needed for this chain
Example:
19