Get checkout status
Checkouts
Get Checkout Status
Lightweight status endpoint for polling. Returns current status, confirmations, and polling hints.
GET
Get checkout status
Lightweight status endpoint optimized for polling. Returns status, confirmations, and a polling interval hint.
Response
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 status
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 Suggested polling interval in milliseconds
Example:
2000