#Shahriyar - Upgrade Subscriptions

1 messages ยท Page 1 of 1 (latest)

knotty pewter
#

HI ๐Ÿ‘‹

#

In your use case you would prorate the user for the first price they have already subscribed to when they make the upgrade

#

but for every billing cycle afterwards they would get charged the full amount for the higher price

glad vale
#

so the only thing that matters here is proration_behavior: 'create_prorations' and the new price id

knotty pewter
#

Yep

glad vale
#

And when someone downgrades and proration_behavior: 'create_prorations' is set will he get a refund of the extra money?

knotty pewter
#

It will be issued as a credit balance which gets used to pay for the next invoice but you can always create a refund if that's how you want it to work

glad vale
#

What if I do not want to refund or issue credit balance then what to do?

knotty pewter
#

Then you set proration_behavior to none

glad vale
#

Okay thank you soo much โค๏ธ

knotty pewter
#

Happy to help ๐Ÿ™‚

glad vale