Skip to main content
GET
Get a checkout
Fetches one checkout. Use this for reconciliation β€” e.g. confirming the state of an order whose callback never arrived.
Rate limited to 5 requests per minute. Use callbacks as your primary signal and this endpoint for targeted checks, not bulk polling.

Request

string (uuid)
required
The checkout ID returned by create checkout.

Response

200
string
One of:See How Float works.
integer
Checkout amount in cents.
string (ISO 8601)
When the checkout was created.

Errors