#HamzaS-3DS2

1 messages · Page 1 of 1 (latest)

dapper lion
#

3DS2 would require your native client to handle it (using our SDK) instead of just a redirection URL. 3DS2 is meant to integrate via native client

thorn jolt
#

Hello Orakaro, thank you for your response. However we are charging the payment off-session and have no native client (only a payment page to save the customer's card). How could we do to confirm the 3DS2 in this case? Thank you very much!

vale osprey
#

For 3DS1, I received a URL of a Stripe hosted page to complete the challenge, however I just received a 3DS2 requires_actions type (stripe_3ds2_fingerprint), but no URL is provided, just a certificate.
the problem is you built it wrong

#

you are looking inside next_action.use_stripe_sdk right?

#

and looking for a URL in there

#

that is wrong, use_stripe_sdk is explicitly not documented and not for use by your code

#

@dapper lion 3DSv2 has a fallback URL that can be used, it's not native-only.

thorn jolt
vale osprey
#

it's in next_action.redirect_to_url, as the link I posted describes