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
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated