Global API
...
Request
Checkout URL
Checkout URL - Stripe
2min
the following properties can be provided to create a checkout url in stripe those marked with are required checkout url field name data type description mode string the mode of the checkout session possible values are payment , setup , and subscription processorid string stripe processor id action string createcheckouturl cancel url string the url to which the customer will be directed if they decide to cancel the payment and return to your website success url string the url to which stripe should send customers when payment or setup is complete payment method types list a list of the types of payment methods (e g card) this checkout session can accept customer string the id of an existing customer, if one exists if a customer's email is valid, it's prefilled and uneditable in checkout if not, the email entered during the session is set to the customer if blank, checkout will create a new customer object based on information provided during the payment flow customer email string if provided, this value will be used when the customer object is created if not provided, customers will be asked to enter their email address line items list list of line items line items field name data type description price string the id of the price or plan object one of the prices, price data, or amount is required price data object data used to generate a new price object inline one of price, price data, or amount is required amount integer the amount to be collected per unit of the line item if specified, must also pass currency and name currency string three letter iso currency code, in lowercase must be a supported currency name string the name for the item to be displayed on the checkout page quantity integer q uantity of items for more fields, refer stripe