#BE ATEC
1 messages · Page 1 of 1 (latest)
Hi
Can you please provide more details ?
We use the stripe api in a Java server and when the user downgrade his subscription we want it to be effective only at the end of the subscription period. Is there a simple way to achieve it?
You have two option, update the subscription without proration (none)
https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior
or use Subscription Schedule https://stripe.com/docs/billing/subscriptions/subscription-schedules
This seems to be perfect. Thank you !
Np!