List checkouts
Checkouts
List Checkouts
Returns a paginated list of checkouts, newest first.
GET
List checkouts
Returns a paginated list of checkouts, newest first. Supports filtering by status.
Response
Authorizations
Use your secret API key as a Bearer token.
Keys are prefixed: sk_live_ (production) or sk_test_ (sandbox).
Query Parameters
Opaque cursor for pagination. Omit for the first page.
Number of items per page.
Required range:
1 <= x <= 100pending— 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