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

Action: Create a Payment Intent

Stripe Operation

Create a new payment in Stripe

Example User Story

As a business I wish to allow my customers to create new payments via Stripe.

Fields

Field Name
Field Type
Required

amount

Integer

Yes

currency

String

Yes

customer

String

No

description

String

No

Stripe

Example link

Code (Apache v2.0): Operation

Last updated