#ebellotpu6
1 messages · Page 1 of 1 (latest)
Hi there, there's no option to configure the 3DS flow experience
And if I redirect my page to the url that returns the card error in the field next_action?
I don't quite understand, can you elaborate?
"next_action": {
"type": "use_stripe_sdk",
"use_stripe_sdk": {
"source": "src_1N3FiHAd02IkV8oWYNBfWxYz",
"stripe_js": "https://hooks.stripe.com/redirect/authenticate/src_1N3FiHAd02IkV8oWYNBfWxYz?client_secret=src_client_secret_EYireloyPGTEtxEc5Gg6qTAg&source_redirect_slug=test_YWNjdF8xTUJla0ZBZDAySWtWOG9XLF9Ob3RWUTQ3aVplSXAzQXFxUEtVMmN0Q1RYZjZtNU1C01002fTggvdZ",
"type": "three_d_secure_redirect"
}
},
if i redirect the customer to stripe_js source and then, the customer authenticate the payment, he will be returned to my web page?
I don't think so. you should call stripe.confirmCardPayment() and specify the return_url so that Stripe.js knows where to redirect after the 3DS authentication (https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-data-return_url)