#fatematzuhora

1 messages · Page 1 of 1 (latest)

unreal socketBOT
past solar
#

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.

velvet solar
#

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

past solar
#

Is there the CANCEL button in the live form?

velvet solar
#

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

past solar
#

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?

velvet solar
#

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

past solar
#

Is there any example/images from any live 3D action inside Stripe Documentation or Youtube videos

velvet solar
#

I'm sure you could find a youtube video of them, but I don't know of any