Checkout
Get one-shot payment
Retrieve one one-off payment, including how much of it has been refunded.
GET/v1/checkout/one_shot/{one_shot_id}
Parameters
| Parameter | Description |
|---|---|
| one_shot_idstring · pathrequired | No description in the spec. |
Returns
Returns an OneShotPaymentResponse 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
- Create a Checkout session POST /v1/checkout/sessions
- Get checkout session GET /v1/checkout/sessions/{checkout_id}
BillKit