For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Create Checkout Session

Stripe Operation

The Create Checkout Session action enables users to create a Stripe checkout session.

Example User Story

I want to create a Stripe checkout session when a user selects to buy one of our products on our website.

Fields

Field Name
Field Type
Required

customer_email

String

Yes

line_items

Array

Yes

success_url

String

Yes

cancel_url

String

Yes

mode

String

No

Stripe

Example link

Code (Apache v2.0): Operation

Last updated