3DSecure verification fails when switching to banking app

please can someone look at this issue? Adding funds to the revolut app using a belgian bank account still require to use the digipass. To this day we still have the same error. 2 years after this issue was shown to revolut

1 Like

How can I authorise transactions in the app when the notification we’re supposed to follow, fails, (Revolute needs a bug fix for this)?

Sorry to liven up an old post, but I can see how to post new questions.

1 Like

Hello to everybody. I wanted to ask if anybody knows why there is no authentication asked to me from online transaction from a hotel for an amount of 550 euros. The money were tfanfered without me being asked to accept the transaction. Thanks

I had the same issue today as well with my KBC banking app using the Maestro card!

I had this briefly working on IOS with Revolut > Belfius in app authorization. But on the latest versions of both apps 3D Secure fails miserably: Revolut app opens 3D secure on a webView and it offers options card reader / App. The Card reader workflow works ok, App opens the Belfius app and asks for authentication but after authentication nothing happens, context is not passed back to Revolut app. If I switch manually to Revolut the webView still shows the 3D secure page with cogwheel and it has obviously no idea that the transaction was authenticated in Belfius app and it just times out real slow.

This error is appeared because the WebView can’t recognize the URL Scheme,for example, the WebView will usually recognize only http and https, anything other than these. So WebView cannot parse it to right place, we should use intent to redirect the url. for example – intent://,market://,app://,mail:// etc will not be recognized by webview unless we add a handler to handle these url scheme or by disabling these schemes and only load http and https schemes.

This error has no any specific solution till now. Android user and PC user all are facing this error which needs to be sought out. There’s a long-standing bug in Chromium regarding how links without protocols are handled. It occasionally is patched, but seems to keep resurfacing. In some cases, prefixing your links with http:// (or https://) should resolve the issue for you.

Also, in some cases, try to add target=“_blank” in your URL Scheme/Code. for example:

<a href="mailto:my@email.com" target="_blank">Link Text</a>

err_unknown_url_scheme

This error is appearing (again), at least for me.
I am not able to view my card details. To do so, i need to authenticate the view request. I get a mail that links to a ‘revolut://’ site. This site fails to load/link to the next step.
This is not limited to authenticating myself, simply all ‘revolut://’ sites fail to load.

I hope this will get addressed and fixed soon…

Well, this error was caused by me.
Edge needs to be set this way:

image

Mea culpa.