You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simulation of the error: Multiple immediate Mastercard charges, causing Mastercard ID Check.
3DS Authentication shows "Cannot complete transaction because user session has expired."
Temporary solution (SOMETIMES WORKS SOMETIMES DOES NOT WORK): call this before initiating authentication: CookieManager.getInstance().removeAllCookies(null); CookieManager.getInstance().flush();
Permanent fix: clear cookies of the webview used in displaying 3ds auth.
waiting for updates!
The text was updated successfully, but these errors were encountered:
Simulation of the error: Multiple immediate Mastercard charges, causing Mastercard ID Check.
3DS Authentication shows "Cannot complete transaction because user session has expired."
Temporary solution (SOMETIMES WORKS SOMETIMES DOES NOT WORK): call this before initiating authentication:
CookieManager.getInstance().removeAllCookies(null); CookieManager.getInstance().flush();
Permanent fix: clear cookies of the webview used in displaying 3ds auth.
waiting for updates!
The text was updated successfully, but these errors were encountered: