Global API
...
Checkout URL
Checkout URL - Stripe

Create

1min

To create a Checkout URL in Stripe, use the "CreateCheckoutURL" action. You need to prepare a request object and a list of line items. The request object should include the mode, processorId, and action. See the Checkout URL - Stripe for all required fields.

Please note that you can only request one Checkout URL at a time.

The resp will return a response that includes the new Stripe Checkout URL.

The following is an example of a Checkout URL for Stripe.

Request
Response