#elleschu
1 messages Β· Page 1 of 1 (latest)
Hi! Let me help you with this.
Currently, your Subscription status behaviour is set to cancel the subscription if all retries for a payment fail: https://dashboard.stripe.com/settings/billing/automatic
Yes but in the test scenario that implied directly no retry, this is what I don't understand
In this case, we don't retry the payment because it's SEPA: https://stripe.com/docs/billing/revenue-recovery/smart-retries#:~:text=To avoid bank fees%2C Stripe ββdoesnβt retry invoice payments that customers made with bank debit methods including%3A ACH direct debit%2C BECS direct debit%2C Bacs direct debit%2C or SEPA direct debit
Oh now I better understand π Is it possible to have invoice in failed ?
and turn subscription into unpaid instead of canceled ?
Can you share the sub_xxx ID?
I suspect its canceled as per your settings. The initial payment fails, and as we have no retry mechanism for SEPA payments
Ok, you mean what is set 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.
Yep
Cancel after retries fail. But as there's no SEPA retries, it'll just cancel after the initial payment failure
ok I see perfectly now, thanks a lot π
np!