Create a Stripe Checkout Session for purchasing credits with Isometric verification. This endpoint returns a Stripe Checkout URL to redirect the user to for completing the payment.
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
A secret token identifying the client connecting to the API A secret token identifying the client connecting to the API
The URL to redirect customer to after a cancelled or failed payment
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
The quantity of credits to purchase, in kilograms. This field can handle bigint values.
The URL to redirect customer to after a successful payment
Whether the user has accepted the supplier terms and conditions; the request will fail if this is not set to 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.
Successful Response