#Carlos-subscription-diff-price
1 messages · Page 1 of 1 (latest)
Hello 👋
I'm happy to look into it.
can you provide some more context on the use-case here?
I would like to create a subscription where the price value is dynamic and not fixed
When you say price is dynamic, is it based on usage, tiers etc?
If not, you can apply discounts when creating a subscription
Example: I have a price registered in my system where its recurrence is monthly in the amount of 200 dollars. I would like to create a subscription for a customer, but instead of paying 200 I want him to pay 100
It's just that some of my customers pay for the same product at different amounts, so fixed price subscriptions don't work for me, how could I solve this?
Ah I see.
You can apply discount directly to the customer
https://stripe.com/docs/billing/subscriptions/coupons#discounting-customers
Also, I'm not super clear on your integration.
would appreciate a little more detail.
Specifically this part,
instead of paying 200 I want him to pay 100
It's just that some of my customers pay for the same product at different amounts
You could technically create two prices and charge customers accordingly.
I have several customers and some of them pay different amounts for the same product, there is no way for me to create multiple prices.
Is there any way I can send you the amount you want me to charge for each subscription?
Example: subscription x I want it to cover 100, subscription y I want it to cover 200