#Rob.Clayton
1 messages · Page 1 of 1 (latest)
Don't believe it's currently possible to alter the Subscription status based on the Invoice due_date
hmmm ... I thought the status was changed automatically a certain number of days after the invoice wasn't paid?
and that I could configure that date?
I don't believe it is no. We generally only transition Subscription statuses when payments fail, and that's configured here: https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The actually due_date has no affect on that AFAIK. Should be able to test via a test clock to confirm
is there an event for the invoice being sent?
we can work inversey and set status to waiting for payment if that's the case ... then do our own action if the time is past x days after that event ... ?
and surely ... just thinking ... surely there's a time limit on how long a customer has to pay an invoice?
is there an event for the invoice being sent?
Yep,invoice.sent
we can work inversey and set status to waiting for payment if that's the case ... then do our own action if the time is past x days after that event ... ?
Set the status of? That's generally an immutable field
We don't automatically void them after they've been open for X. You'd need to do that manually