#monove
1 messages · Page 1 of 1 (latest)
Hi there
Certain Payment Method Types require a redirect
Like with Bank-based redirects where it is required that you go to the banks hosted authentication page.
So it mostly depends on what Payment Method Types you are going to support for whether a redirect will happen or not.
would there be any way of knowing that upfront, for example we could provide the customer with a link to go through authentication
popup
Mostly no
we have a Cordova app and would need to use an in-app-browser session
I would not recommend trying to do anything like that
I think you are better off only supporting payment method types that don't require a redirect in this case if you don't want a redirect.
ok thanks