#lec1892
1 messages · Page 1 of 1 (latest)
Hello there
That is dependent on your settings at https://dashboard.stripe.com/settings/billing/automatic
Under "Manage failed payments" you want the Subscription to move to canceled instead of unpaid
once in canceled state, can the subscription be active again in the future?
No you would need to create a new Subscription in that case
got it
still regarding the draft invoices created after an unpaid invoice, when I hover my mouse on a draft invoice I see the below text:
"This draft invoice was created by an unpaid subscription. Therefore, automatic collection was turned off."
Doubt: is it possible to turn automatic collection on again?
Yep you can do that via the API: https://stripe.com/docs/api/invoices/update#update_invoice-auto_advance
You can also set auto_advance to true on finalization if you want to finalize: https://stripe.com/docs/api/invoices/finalize#finalize_invoice-auto_advance
thank you
can I delete a draft invoice?