Authorizations
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
A secret token identifying the client connecting to the API
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Body
The URL to redirect customer to after a cancelled or failed payment
"https://example.com/cancel"
The frequency of the subscription
one_time
, monthly
, yearly
Whether the user has accepted the Isometric terms and conditions; the request will fail if this is not set to true
true
The quantity of credits to purchase, in kilograms. This field can handle bigint values.
1000
The URL to redirect customer to after a successful payment
"https://example.com/success"
Whether the user has accepted the supplier terms and conditions; the request will fail if this is not set to true
true
The email of the customer to prefill the checkout session with. If not provided, the customer will be prompted to enter their email during checkout.
"test@example.com"
Response
Successful Response