#Cory

1 messages · Page 1 of 1 (latest)

floral hamletBOT
bleak kite
#

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?

naive epoch
#

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?

bleak kite
naive epoch
#

ok thanks I'll look it over

#

Do you need to create mandates for all transactions going forward, or just from india?

bleak kite
#

Yes, all India transactions require mandates.

naive epoch
#

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?

bleak kite
naive epoch
#

The request ID does not have an error, but just says the user requires "additional authentication"

bleak kite
#

Can you share the request id please? That error is directly related to 3DS.

naive epoch
#

ok trying to find the request ID

#

req_gUMS2YmMf9qMUC

bleak kite
#

Yeah, this one is due 3DS being required but it's not complete

naive epoch
#

So the user just clicked out of it?

bleak kite
#

That is right

naive epoch
#

alright thanks@