Stripe · Arazzo Workflow
Stripe Onboard Customer to Plan
Version 1.0.0
Create a customer, save a payment method to them, then subscribe them to a plan.
Provider
Workflows
onboard-customer-to-plan
Create a customer, attach a payment method, and subscribe them.
Creates a Customer, attaches the supplied PaymentMethod to that customer, then subscribes the customer to the supplied recurring price using that method as the default.
1
createCustomer
postCustomers
Create the Customer that will own the subscription.
2
attachPaymentMethod
postPaymentMethodsPaymentMethodAttach
Attach the payment method to the new customer.
3
createSubscription
PostSubscriptions
Subscribe the customer to the recurring price using the attached method.
Source API Descriptions
openapi
openapi