#fatematzuhora
1 messages · Page 1 of 1 (latest)
I need to get an idea of which action has been taken. Because if the user will press the FAIL button, I would like to retry with the same PaymentMethod using the confirmCardPayment().
And if they press the cancel button I want to redirect another page.
Now the challenge I am facing, I can't able to distinguish between these two actions, for both cases I got the same error response.
There is not FAIL button in the live form, so why do you need to create a separate workflow for it? That button is simply there to test failed payments, which you would build out a webhook workflow for
Is there the CANCEL button in the live form?
That depends. The 3DS page is populated by the issuing bank's auth portal. There are hundreds of variations; one for each issuer. I would recommend just focusing on handling the redirect
I am assuming payment has been failed due to some reason, in this case I would like to retry with the same PaymentMethod using the confirmCardPayment()
Does the 3DS page redirect to bank's auth URL or open a popup form?
in this case I would like to retry with the same PaymentMethod using the confirmCardPayment()
I don't understand this. Most of the reasons that a card fails will mean that the card cannot be charged again, so why do you want to do this? It's just going to result in another payment failure
Does the 3DS page redirect to bank's auth URL or open a popup form?
It opens an i-frame in most cases, but it does a full redirect after the auth form is completed
Is there any example/images from any live 3D action inside Stripe Documentation or Youtube videos
I'm sure you could find a youtube video of them, but I don't know of any