#edgarsantiago93

1 messages · Page 1 of 1 (latest)

brisk ledgeBOT
rugged cove
brave flower
#

awesome, i missed that document, thank you so much!

rugged cove
#

No problem! Happy to help 😄

brave flower
#

follow up question, is there a way to test 3ds with apple/google wallets?

rugged cove
#

Apple Pay and Google Pay has its own authentication like FaceID or fingerprint

#

It doesn't go through 3DS provided by card issuer

brave flower
#

i see, so what happens when i as a user, add a card that has 3ds enabled to google pay?

rugged cove
#

If the issuer requires 3DS, then Stripe SDK will handle the authentication

#

In test mode, such flow can't be tested

brave flower
#

thanks, i am using the stripe.handleNextAction method that receives the client secret if theres a "requires_action" status, to handle 3ds with then payment element , can i assume that this will handle 3ds with wallets if needed?

rugged cove
#

If you use Payment Element integration with stripe.confirmPayment(), you shouldn't need to integrate stripe.handleNextAction()

brave flower
rugged cove
#

Oh yes! You're right! I missed the fact that you're using finalised payments on the server

#

Sorry, my bad

#

When the status is in requires_action, stripe.handleNextAction() should be used to handle 3DS

brave flower
#

awesome, that simplifies everything a lot haha, thanks!