#lozzy.
1 messages · Page 1 of 1 (latest)
Generally cards are authenticated when added to the wallet, as opposed to at the time of payment
What specifically are you trying to test?
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
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
Yes, we use Google's own test cards.
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
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
That's what I mean – it'll function the same. But no AFAIK you can't force a 3DS request via wallets
Alright thank you. Just to clarify the process will be the same as for card payment?
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
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
I still don't know what that means. If you're using our payment UIs and Stripe.js then these flows are handled yes
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
Ok, but you'll still be using Stripe.js to call confirmPayment I imagine
Paymentintent - well create an MVP request message and send it to your paymentintent endpoint
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
Yes, we have our own pages which performs the next step for 3DS