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

Action: Create a Customer

Stripe Operation

Create a new customer in Stripe

Example User Story

As a business I wish to create a new customer in Stripe in order to send monthly recurring invoices.

Fields

Field Name
Field Type
Required

email

String

Yes

name

String

No

description

String

No

payment_method

String

No

customer_id

String

No

customer_object

Object

No

Stripe

Example link

Code (Apache v2.0): Operation

Last updated