#Shra_1
1 messages · Page 1 of 1 (latest)
I don't think so. Do you have a concrete Invoice Id to check?
nope, I just had this doubt. as of now I haven't experienced this
so can you confirm that unless API is called to do so, invoice does't get voided by itself right ?
Yes. Per the Doc here: https://stripe.com/docs/invoicing/overview
thank you
one more doubt,
when invoice gets voided, will subscription status becomes active or it'll look for what was the previous status before invoice generated and updates to that status ?
Hey, sorry let me correct myself. If we are talking about Subscription Invoices, Looking at the Subscription life cycle here, there is a case the Invoice will be voided: https://stripe.com/docs/billing/subscriptions/overview#subscription-lifecycle
Payment window
Customers have about 23 hours to make a successful payment. The subscription remains in status incomplete and the invoice is open during this time. If your customer pays the invoice, the subscription updates to active and the invoice to paid. If they don’t make a payment, the subscription updates to incomplete_expired and the invoice becomes void.This window exists because your customer usually makes the first payment for a subscription while on-session. If the customer returns to your application after 23 hours, create a new subscription for them.
If you void your own Subscription Invoice, the Subscription will follow a series of logic against the older Invoices: https://stripe.com/docs/billing/subscriptions/overview#voiding-invoice
than you
that discription explains when subscription created, but will that be the same behaviour when subscription updated ?
Hi! I'm taking over this thread.