checkout_url (or embed it in an iframe), and receive the final result on your callback_url.
Quick flow
Authenticate -> Create checkout request -> Redirect user -> Receive callback -> (Optional) verify via status checks.Prerequisites
- Collections service enabled on your account.
- Product-scoped Bearer token from Get Authentication Token. Cache the token and refresh only on expiry.
- A callback endpoint to receive the final status. See Webhooks overview.
Endpoint
Request body (example)
checkout_referencemust be unique per request.extra_params.expiryis optional; a default is applied if omitted.extra_params.strict_amountcontrols partial vs full payment acceptance.
Response (accepted)
checkout_url or embed it in an iframe.
Callback (final outcome)
We POST the final result to yourcallback_url. See Webhook payload.
