#ankit_rbi-card-decline
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1239693262835679232
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ankitahuja_api, 9 hours ago, 8 messages
Hello ๐
Do you have any example IDs for the failing payments?
pi_3OpfdQAUzv21q5822Eka4ECx
Customer was able to use this card for other subscriptions
What does this exactly mean?
When we sent the charge to the bank, they returned a decline code that stated this kind of transaction is not allowed.
How are you collecting the payment method?
Using cards API and using Stripe v3 model for card
Is there anyway I can make it work?
It sounds to me like you are not creating the required mandates when saving cards
RBI has some very specific requirements for recurring payments.
We document these here: https://docs.stripe.com/india-recurring-payments
From the document it seems like the mandate has to be set while creating subscription and not while saving the card. Is that right?
No. You should be using the SetupIntent guide for collecting mandate information and saving it with the card to the Customer object
Once I have saved the mandate information, I can use the subscription as it is right?
You will want to specify the new payment method ID as the default for the subscription
Sure. Thanks!
Happy to shed what ๐ก I can ๐