#shrikant-payment
1 messages · Page 1 of 1 (latest)
suppose , if customer changes its subscription plan from basic to pro then how we create checkout session at the time of updation of subscription to access the payment of pro subscription
Got it! Checkout Session are used to create a brand new subscription. To update an existing subscription, you would use this instead: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
but how we redirect customer to payment page
What do you mean? If you are using subscriptions, the customer should already have a default payment method. So you can directly update the subscription on your end and it should work.
ok i will try it