#bruno-billing-cancel

1 messages · Page 1 of 1 (latest)

pine rock
#

My advice as someone who has helped countless developers with this is: don't. Let the subscription run until the end of the period. That's what most businesses do and it's the best option.

#

But otherwise, this is a bit convoluted but doable. You can call the Cancel Subscription API, pass invoice_now: true and prorate: true so that it causes a credit for them. Now you know how much you owe them back and you can refund their recent charge(s) up to that amount and clear the credit

novel tendon
#

Perfect, thanks a lot!

#

I'm using "cancel_at_period_end" as a main cancellation method.