#radek-invoice-failed
1 messages ยท Page 1 of 1 (latest)
thank you
can you share the example invoice IDs?
sure : in_1KwpayE9CKDQbR23MkorDf56
do you have auto retries enabled?
still looking
thanks
Okay so it seems like you used tokens/sources to store the card that failed the charge attempt (card_declined) with error
The customerโs bank could not send pre-debit notification for the payment.
That won't work with RBI regulations
https://stripe.com/docs/india-recurring-payments#subscription-creation
You'd need to use PMs via Setup Intents to get the card set up correctly with a mandate
There will be no retry when there is no mandate, it wont work even if we tried again (hence smart retries won't work)
So, yes attempt_count = 0 is expected here
I see, thank you!@
NP! ๐
So is "attempt_count" actually retries count?