#radek-invoice-failed

1 messages ยท Page 1 of 1 (latest)

white sand
#

Hello ๐Ÿ‘‹
Give me a moment to catch up here ๐Ÿ™‚ Thanks

spare briar
#

thank you

white sand
#

can you share the example invoice IDs?

spare briar
#

sure : in_1KwpayE9CKDQbR23MkorDf56

white sand
#

do you have auto retries enabled?

spare briar
#

yes I do

#

We have the "smart retires" enabled

white sand
#

still looking

spare briar
#

thanks

white sand
#

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

spare briar
#

I see, thank you!@

white sand
#

NP! ๐Ÿ™‚

spare briar
#

So is "attempt_count" actually retries count?

white sand
#

Its mostly how many attempts were made to charge the payment method
since there's a mandate missing, I'm assuming we don't count it as an attempt

#

I could be wrong but that's my understanding of it. RBI guidelines are pretty strict ๐Ÿ˜„