#brianp-invoice-draft
1 messages · Page 1 of 1 (latest)
Hi there! The draft invoice should be finalized within 1 hour after creation, and the PaymentIntent will be available at that time.
Do you have the invoice or subscription ID I can look at?
Sure, sub_1MYbvmLGmb2h8RE13QPrwcaK - this was from reproducing the issue with test clocks.
Thanks!
So the Subscription is in the status as unpaid. When that happens we don't finalize invoices anymore. See https://stripe.com/docs/billing/subscriptions/overview#unpaid-subscriptions
Oh ok, I will read through that to see what I need to do.
Was this a recent change?
Question regarding this: "If the most recent invoice gets paid the subscription status returns to active." Does this mean I need to find the most recent invoice which is not a draft?
no you find the draft, then finalize it, then get it paid and then the Subscription goes back to active
Ok understood, thanks!