Checkout
Get checkout session
Retrieve one checkout session, to see whether the customer completed it.
GET/v1/checkout/sessions/{checkout_id}
Parameters
| Parameter | Description |
|---|---|
| checkout_idstring · pathrequired | No description in the spec. |
Returns
Returns a CheckoutSessionResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the checkout_sessions:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other checkout operations
- Create one-shot payment POST /v1/checkout/one_shot
- Get one-shot payment GET /v1/checkout/one_shot/{one_shot_id}
- Create a Checkout session POST /v1/checkout/sessions
BillKit