Skip to main content
Version: 1.24

Stripe Create Subscription

Create a subscription to a plan in your Stripe platform on an existing customer and plan. Generates the token [Stripe:SubscriptionId]

Parameter Reference

ParameterDescriptionSupports TokensDefault
API CredentialsSelect the Stripe API credential that you want to use.NoNone
Customer IDSpecify your CustomerID from Stripe platform. Can contain My Tokens.YesNone
Plan IDPlanId from your Stripe platform. Can contain My Tokens.YesNone
Coupon IDCouponId from your Stripe platform. Can contain My Tokens.YesNone
Payment ToThe destination AccountID of the payment. Leave the field empty in case you want the transfer to go directly to your platform. Can contain My Tokens.YesNone
Application Fee PercentagePercentage of the subscription invoice subtotal that will be transferred to the application owner’s Stripe account. Use dot to separate decimals. (Ex: 2.35) Can contain My Tokens.YesNone
Tax PercentagePercentage of the subscription invoice subtotal that will be calculated and added as tax to the final amount in each billing period. Use dot to separate decimals. (Ex: 2.35). For example, a plan which charges $10/month with a TaxPercent of 20.0 will charge $12 per invoice. Can contain My Tokens.YesNone
Billing TypeWhen charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions.No0
Days Until DueNumber of days a customer has to pay invoices generated by this subscription. Valid only for subscriptions where billing is set to 'Send Invoice'. Can contain My Tokens.YesNone
On SuccessDefine a list of actions that should execute when this action's result is Success.NoNone
On ErrorDefine a list of actions that should execute when this action's result is Error. You can see the error message in [Stripe:ErrorMessage].NoNone