#mtalhaabbas
1 messages · Page 1 of 1 (latest)
hi! does proration_behavior='always_invoice' do what you're looking for?
if we pass proration_behavior='create_prorations' then what will do?
we wants to charge the full payment of upgrade package
it calculates a prorated amount for the update(how much the customer should pay for the remaining time in the billing period) and adds that as an item to the next invoice for the subscription.
then one option we could suggest would be using proration_behavior:none, and if you want the customer to pay immediately, pass also billing_cycle_anchor="now" so that a new billing cycle starts and an invoice is charged.
great
Thanks for help
proration_behavior='always_invoice' used for?
can you explain it
it calculates a prorated amount for the update(how much the customer should pay for the remaining time in the billing period) and then charges that immediately to the customer
okay