#Dhruv Rawat
1 messages · Page 1 of 1 (latest)
hello! you can try using a Subscription Schedule : https://stripe.com/docs/billing/subscriptions/subscription-schedules to update the quantity in the second week
Is it possible to manage it using create usage record?
ah, sorry, i got confused. It's a bit odd to use metered billing for such a scenario. It sounds like your Price should be per-seat instead.
Is your Price weekly or monthly?
ah my bad, i thought it was a weekly subscription. You don't need a Subscription Schedule in that case. You can use https://stripe.com/docs/api/usage_records/create with action=set and quantity=2
for metered billing though, you cannot prorate
How can I achieve billing on prorate basis
metered billing does not support proration. You should be using per-seat if you want proration. Is there a reason why you're using metered billing?
I want to charge the customer for how much he is using service.
For per-seat pricing, you can always update the quantity too