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
Parameter | Description | Supports Tokens | Default |
---|---|---|---|
API Credentials | Select the Stripe API credential that you want to use. | No | None |
Customer ID | Specify your CustomerID from Stripe platform. Can contain My Tokens. | Yes | None |
Plan ID | PlanId from your Stripe platform. Can contain My Tokens. | Yes | None |
Coupon ID | CouponId from your Stripe platform. Can contain My Tokens. | Yes | None |
Payment To | The 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. | Yes | None |
Application Fee Percentage | Percentage 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. | Yes | None |
Tax Percentage | Percentage 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. | Yes | None |
Billing Type | When 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. | No | 0 |
Days Until Due | Number 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. | Yes | None |
On Success | Define a list of actions that should execute when this action's result is Success. | No | None |
On Error | Define a list of actions that should execute when this action's result is Error. You can see the error message in [Stripe:ErrorMessage]. | No | None |