#2adventure
1 messages · Page 1 of 1 (latest)
You can adjust quantity on the Invoice or Subscription Item, but you will likely still need to create 5 different Products for some of the other factors
So basically for better understanding it's about vServer where vCPU count, RAM, disk space and traffic is a factor of the monthly cost. Is it possible to create something like addons?
Or another solution would be categories on the invoice. Is that possible?
If you're using Checkout, you have to have the customer select these things ahead of time (e.g. prior to creating the Checkout Session). Once they have selected them and you know what they want to purchase, you can add Subscription Items for each item they've selected: https://stripe.com/docs/api/subscription_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.