#Nicolas__

1 messages · Page 1 of 1 (latest)

cedar meteorBOT
vocal pine
#

Yes, cards can redirect to a bank page if you choose to always redirect, and following success they will be redirected to your return url or the same page with some parameters appending

#

What are you trying to do thats not working?

marble cobalt
#

Actually we picked redirect 'if_required', because we have a single page web app, and would rather not have to redirect the user (and handle the case of its return)

#

Anyway we have been trying to implement the redirect case, but we couldn't find any test cards that will force a redirect under the option 'if_required'

#

And we started wondering if there are even real credit cards that could force a redirect of the user before confirmation

vocal pine
#

cards should all be possible to handle with the overlay/model IIRC

#

but you should see a "redirect" to your own page with new query parameters added following success

#

and you wont get any result form confirmSetup in that case

cedar meteorBOT
marble cobalt
#

Ok, thanks for your input. I was just trying to know if i could avoid coding the redirect case (and parsing the parameters, and redirect the user to the correct location afterwards and so on …)

#

But at least it would be nice to have a test card to handle this (especially the redirect error case)

#

When the error occurs at the bank site for instance

kind quail
#

The 3DS card will cause a redirect but as synthrider mentioned, if you set if_required cards should never cause a redirect. If you set always and use the 3DS card you can see what a redirect will be like

marble cobalt
#

Ok this is nice to know. We already handle the 3DS modal well !

#

Thanks a lot !

kind quail
#

Of course, glad we could help!