API Reference
checkout
Purpose
Checkout endpoints power the customer payment journey: creating a session, showing payment instructions, and tracking status until paid/expired/cancelled.
When to use
- Use these when a merchant wants to start a crypto payment flow for a customer.
- Sessions are the canonical object you poll/subscribe to for payment status.
- Pair with payment matching endpoints if reconciliation happens asynchronously.
Endpoints (6)
Click an endpoint to jump to its details.
/checkout-sessionsNo summary provided in OpenAPI spec.
/checkout-sessions/{id}No summary provided in OpenAPI spec.
/checkout-sessions/{id}/bind-txNo summary provided in OpenAPI spec.
/checkout-sessions/{id}/statusNo summary provided in OpenAPI spec.
/merchants/me/checkout-sessionsNo summary provided in OpenAPI spec.
/merchants/me/checkout-sessions/{id}No summary provided in OpenAPI spec.
/checkout-sessionsEndpoint
No detailed description provided for this operation in the OpenAPI spec.
/checkout-sessions/{id}Endpoint
No detailed description provided for this operation in the OpenAPI spec.
/checkout-sessions/{id}/bind-txEndpoint
No detailed description provided for this operation in the OpenAPI spec.
/checkout-sessions/{id}/statusEndpoint
No detailed description provided for this operation in the OpenAPI spec.
/merchants/me/checkout-sessionsEndpoint
No detailed description provided for this operation in the OpenAPI spec.
/merchants/me/checkout-sessions/{id}Endpoint
No detailed description provided for this operation in the OpenAPI spec.