#bmizerany1234
1 messages · Page 1 of 1 (latest)
Subscription Item can't be created before a Subscription is created. Subscription Item creation always requires a pre-created Subscription
.. and that subscription creates the items (e.g. si_123) without input from me?
There are two possible ways to create Subscription Items:
- Set
itemsin Subscription that the Subscription Item will be created automatically: https://stripe.com/docs/api/subscriptions/create#create_subscription-items - Create Subscription Item manually after a Subscription is created: https://stripe.com/docs/api/subscription_items/create
Either way, you can re-use the Subscription Item to to update the existing Subscription or to schedule a future change with Subscription Schedule
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.