#shivam_kumar
1 messages · Page 1 of 1 (latest)
Hello
Have you taken a look at https://stripe.com/docs/billing/subscriptions/upgrade-downgrade yet?
Yes I read this docs, but I have a doubt, if user buy basic plan, suppose basic plan price is $10 and after 10 days he want upgrade their plan basic to pro plan, pro plan price is $30 so what amount I will charge to user $30 or $20 , because user already pay for $10 for basic plan and one more thing when upgraded plan start immediately or after basic plan end?
Both of those things are discussed in the above doc. You can control how much is charged and when it is charged based on the proration_behavior
Ok I will check
https://stripe.com/docs/payments/ach-debit
I add bank using this api, How I show already added payment method in stripe check element while user pay?