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

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

Response

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

Errors