#stephensp-subscription
1 messages ยท Page 1 of 1 (latest)
Of course! thank you for the help river
๐ , I'm taking over from @brave sundial
could you please provide the checkout session id cs_test_xxx?
ok so basically you're creating the line_items with only a price and you're not passing the quantity field https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-quantity
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Currently i have it as metered usage as we may need to increase their licenses if they use more than chosen. With this it doesn't allow the quantity field to be specified. So am i able to also specify the usage or will i have to handle it as a set volume subscription?
is that what you're trying to achieve? https://stripe.com/docs/products-prices/pricing-models#licensed
Ahh Yes i believe so i cant see anything which mentions licenses when i am creating the product however? is it package pricing?