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

Action: Create a Subscription

Stripe Operation

Create a new subscription in Stripe

Example User Story

As a business I wish to create a new subscription for a customer in Stripe, so that we may receive a recurring payment from the customer.

Fields

Field Name
Field Type
Required

customer

String

Yes

items

Array

Yes

default_payment_method

String

No

coupon

String

No

trial_period_days

Integer

No

Stripe

Example link

Code (Apache v2.0): Operation

Last updated