#Ankoro
1 messages · Page 1 of 1 (latest)
hi
We have already try to disabled proration but it's not effective indefinitely.
Yeah proration need to be specified for each update request, it's not a behavior for a Subscription object
Yeah, we don't understand how the proration is calculate because we want our customers pay 3 times not 4 and we want to have the money of 3 times not less
When you create the Subscription, pass proration to none
https://stripe.com/docs/api/subscriptions/create#create_subscription-proration_behavior
Or you can create a 3 months price (billing for each 3 months)
And it's effective indefinitely ? Actually we end the subscriptions by the cancel_at parameter
yeah you can still use that param
You can achieve couple of simulation in your test mode for that using Test Clock:
https://stripe.com/docs/billing/testing/test-clocks
I will test it thanks, and if we want to update subscriptions already create, we can edit them with proration to none ?
Yeap
I have test that for a sub started the 15/03 and ending the 15/06, the invoice is equivalent to 173,96 but the invoice that we want without proration is equal to 177,6.
In the dashboard, the proration to none is count ?
No, you need to create the Subscription using API and pass the param I mentioned above.
Okay thanks I will try it
Last questions, sorry
It's better to set the cancel_at like that 15/03 -> 15/06 for a 3 months paiements or set the end date before or after ?
you just set it at when exactly the subscription will end... try do both tests using Test Clocks and see what better fits your need.
ok ok thanks