#lozzy.

1 messages · Page 1 of 1 (latest)

plush impBOT
sly garden
#

Generally cards are authenticated when added to the wallet, as opposed to at the time of payment

#

What specifically are you trying to test?

stable pilot
#

I was reading a documentation on Google Pay and it said that 3DS can be done with Google Pay. But there is no mention of this on the Stripe documentation. So I was wondering whether it can be triggered just like it would when using a card payment

sly garden
#

The issue is that Google Pay/Apple Pay wallets require real cards to be added. You can't add Stripe test cards to them

#

We only then substitute for the 4242 test card at payment time

stable pilot
#

Yes, we use Google's own test cards.

sly garden
#

But again, what specific part of the 3DS request do you want to test? It'd be functionally the same as a non-wallet card

stable pilot
#

So this cannot be triggered from Stripes end?

#

Our integration already supports 3DS for regular card payments. So I was wondering how I could test 3DS for any wallet

sly garden
#

That's what I mean – it'll function the same. But no AFAIK you can't force a 3DS request via wallets

stable pilot
#

Alright thank you. Just to clarify the process will be the same as for card payment?

sly garden
#

Depends what you mean by process?

#

AFAIK, the likelihood of a 3DS/auth being triggered on wallet initiated payments is very low (if not zero), because of how they're initially setup when the user adds them to the wallet

stable pilot
#

Alright, by process I mean during card payment, you are required to send information such as browser information etc. My question was whether the rules/parameters would apply to digital wallet if 3DS was triggered

sly garden
#

I still don't know what that means. If you're using our payment UIs and Stripe.js then these flows are handled yes

stable pilot
#

We will not be using your check express api. I believe we will directly integrate again Google's API as well as Apple's API

#

We'll take the payload manually and add it to our stripe request

sly garden
#

Ok, but you'll still be using Stripe.js to call confirmPayment I imagine

stable pilot
#

Paymentintent - well create an MVP request message and send it to your paymentintent endpoint

sly garden
#

Ok, but you need to handle scenarios if/when 3DS is requested via a front-end component with Stripe.js

#

Otherwise the PI will just be stuck in a requires_action status

stable pilot
#

Yes, we have our own pages which performs the next step for 3DS

tepid hearth
#

Hi! I'm taking over this thread.

#

Do you still need help? If so, what's your question?

stable pilot
#

Hello, it should be fine. He said 3DS is unlikely for digital wallets and if it did occur then it would be the normal process that you'd follow for a card payment

#

Thank you