Stripe · Arazzo Workflow
Stripe Launch Subscription
Version 1.0.0
Create a recurring product and price, then subscribe a customer to it.
Provider
Workflows
launch-subscription
Create a plan (product plus recurring price) and subscribe a customer.
Creates a Product, creates a recurring Price with the supplied interval and amount, then subscribes the given customer to that price via a Subscription.
1
createProduct
PostProducts
Create the Product the recurring plan is built on.
2
createRecurringPrice
postPrices
Create a recurring Price for the product with the requested interval.
3
createSubscription
PostSubscriptions
Subscribe the customer to the newly created recurring price.
Source API Descriptions
openapi
openapi