#sasidhar
1 messages · Page 1 of 1 (latest)
- due date before today
No event will be sent for invoice that is past due date.
From https://stripe.com/docs/invoicing/hosted-invoice-page#invoice-urls:
Invoice URLs expire 30 days after the due date. If the invoice doesn’t have a due date, the invoice expires 30 days after it finalizes. In all cases, the expiration window is never longer than 60 days.
Then is there any way to not allow customer to pay once due_date passed
or something like setting expiry date to invoice.
In my backend side i can run cronjob and make them void, i was just wondering if i can do simpler with stripe webhooks
You'd need to void the invoice to prevent payment. You can configure some automated settings to set the invoice to a certain status after X amount of time