#vijju
1 messages · Page 1 of 1 (latest)
Marking an invoice as uncollectible is mainly for tracking purposes(e.g of bad debts that can be written off for accounting purposes)
https://stripe.com/docs/api/invoices/mark_uncollectible
What you want to achieve exactly?
after 10 days of invoice generated if it is in failed state
i dont want to make payments using that invoice
Did you tried to void the invoice ?
https://stripe.com/docs/api/invoices/void
but in the below page
https://dashboard.stripe.com/settings/billing/automatic
i don't have option to void invoice automatically after 10 days, under manage failed payments section
Hi! I'm taking over this thread.
I'm not sure I understand your question. Can you share a concrete example of what you are trying to do?
i want invoices to be automatically voided after all the retries are done by stripe
In the dashboard we only have two options:
yes
If you want to void the invoice then you will have to write some custom code.