v1
latestOpenAPI 3.0.02026-08-06363576.8 KBCheckout
Check the status of a checkout.
Poll this endpoint after rendering the hosted checkout iframe. When the status attribute returns tokencreated, the checkout is complete and the token can be used to confirm payments.
get/checkouts/{token}/
Path parameters
tokenstring required
Token returned from /api/checkouts/
Response
Response when creating a temporary payment method
Example response
{
"token": "637302f0412e2e11adc0ba21adafcf11",
"status": "tokencreated"
}