#Carlos-subscription-diff-price

1 messages · Page 1 of 1 (latest)

low imp
#

Hello 👋
I'm happy to look into it.
can you provide some more context on the use-case here?

old pier
#

I would like to create a subscription where the price value is dynamic and not fixed

low imp
#

When you say price is dynamic, is it based on usage, tiers etc?
If not, you can apply discounts when creating a subscription

old pier
#

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?

low imp
#

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.

old pier
#

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

low imp
#

Unless you create a new price with each subscription, you'd need to pass in a price ID when creating a subscription.

#

Also, not sure what you mean by not being able to create multiple prices.
Are you running into an error when you try to do that?