#Cory
1 messages · Page 1 of 1 (latest)
Hi, these are two different concepts. Mandates are permissions that you might need to collected from your end customers to debit a specific payment method.
Payment Intents is guide that goes through the process of collecting a payment from your customer. You can learn more about it here, https://stripe.com/docs/payments/intents#intent-statuses.
Are you seeing an issue with your integration? Or are you seeing an error on your Payment Intents that related to mandates?
Well I had a charge that was failing with an Indian card, and I was wondering what was going on
and I saw the topics about mandates and wasn't sure if that was somethiung I had to directly implement or not
I currently have 3DS setup with payment intents but mandates is new to me
Also, is there a way to test India-type transactions? So I can see what my code is actually doing?
I think what you might be looking for is here: https://stripe.com/docs/invoicing/india-emandate-guide#generate-mandate. India is a bit unique and do require a mandate.
To test in your test mode, you can use this test card number: https://stripe.com/docs/testing#asia-pacific.
ok thanks I'll look it over
Do you need to create mandates for all transactions going forward, or just from india?
Yes, all India transactions require mandates.
Yes but what about non-india transactions?
After migrating to the new AFA compliant APIs, you must create mandates for all of your existing subscriptions to avoid card declines. As part of this process, you must bring your customers on-session and go through an AFA flow.
This seems like I have to create mandates for all existing subscriptions? Or just all existing India based subscriptions?
There are others that would require mandates. Where do you see this error? Can you share the request id where you see this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
The request ID does not have an error, but just says the user requires "additional authentication"
Can you share the request id please? That error is directly related to 3DS.
Yeah, this one is due 3DS being required but it's not complete
So the user just clicked out of it?
That is right
alright thanks@