#surya_06050
1 messages · Page 1 of 1 (latest)
hi there!
Hi there !!
I'm not sure I understand. you want to update the price of an existing subsccription?
Yes exactly !!!
then it's explained here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Could you share the code snippet ??
there are code snippets in the link I shared. what else do you need?
I have one query??
It's possible the old subscription amount Removed the new price id amount will come correct ??
I don't understand, sorry
Will explain wait minute
https://buy.stripe.com/test_28o189gfj6dq4vK6oA I will update the amount , new amount update correct are not ??
if you want to change the amount for new Subscription, then you need to update the Payment Link directly
How to ??
you can do so from the Stripe dashboard
I had created the payment link with the subscription, The admin needed to change the amount in api way !!
here's the API to update a Payment Link: https://stripe.com/docs/api/payment_links/payment_links/update
Need to update the subscription amount
to update the amount of an existing Subscription: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
to udpate the amount of the Payment Link itself (for future subscriptions): https://stripe.com/docs/api/payment_links/payment_links/update
Okay then you will check it update
what do you mean?
I Will check update
I have another one doubt
Use case
user subscription monthly subscribe, monthly amount will be deducted , one month amount are less than subscription amount what is working flow , handle that case