#simeng.
1 messages · Page 1 of 1 (latest)
Hi I'd like to doubel check the flow when a auto collect subscription status become unpaid or pass_due
I have a subscription implemented with a monthly auto collect billing
I would like to confirm when the subscription becomes uppaid and pass_due.
- first attempt of invoice collection failed
- All the invoice collection retries failed
and also wondering will the subscription status reset to active automatically when all the unpaid invoices has been paid
https://stripe.com/docs/billing/subscriptions/overview for the explanation, and https://stripe.com/docs/billing/testing/test-clocks when you can test it on your side
yeah, the docs just did not mention payment failed indicates a instant payment failure or after all retries.
Largely depends on your account settings: 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.
That is also a little bit confusing. As the option says mark the subscription as unpaid. Instead of pass_due mentioned in the doc.
It'll transition to past_due regardless
oh ok, that does make sense. thx