#vaibhavkhush
1 messages · Page 1 of 1 (latest)
To charge the proration immediately, proration_behavior should be set to always_invoice: https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior
change the date of subscription to current date
Do you mean you would like to change the billing cycle date? For example, the old subscription charges at 1st of every month and the billing cycle date will be changed to 15th if the upgrade happens on 15th, so that the future billing cycle will always be 15th instead of 1st?
If so, then you can set billing_cycle_anchor to now along upgrading the subscription: https://stripe.com/docs/api/subscriptions/update#update_subscription-billing_cycle_anchor
but i dont want to use proration on upgrading plan
charge full amount
how can i achieve that
reply pls ??
If you are going to change billing cycle anchor, then you can set billing_cycle_anchor to now with proration_behavior to none
It will charge the full amount
its not generating new invoice with open status and susbcription is completed without any charges
Can you share the subscription ID (sub_xxx)?
if someone failed the payment then subscription got past due it should then return to previous id ?