#teeluxiii
1 messages · Page 1 of 1 (latest)
Hi 👋 yes, those unpaid Subscriptions do behave a bit differently:
https://stripe.com/docs/billing/subscriptions/overview#unpaid-subscriptions
They don't finalize the Invoices that are generated, and are expected to leave them in a draft state, so they can't be voided as only finalized Invoices can be voided.
okay, was hoping there was some easier way to void them, I guess we can check the invoice.created webhook and finalize/void them using the api. Just wanted to double check. thanks @frosty shoal !