#Mariusbl-subscription
1 messages · Page 1 of 1 (latest)
Hi! Can you clarify why you can't use subscription with Stripe? It's completely possible to update the price of a subscription
So we can update the price of a subscription without having it connected to products?
You can create/update a subscription using a Price ID or directly an amount in the items.price_data property: https://stripe.com/docs/tax/customer-locations
Our main concern was the products, because we'll have hundreds of products with prices that can change on a pr. minute basis. But if I understand you correctly, we can have a stand-alone subscription where we can directly update the amount for the upcoming month?
Yes, you don't have to use Price and Product when creating/updating subscriptions. I recommend you to do some tests in test mode so see how that works.
Great, thank you for the help!