Closed mohadian closed 3 years ago
Hi there, this is an issue on the side of Pleo, they are not sending in a field required by the specification to be shown in the challenge screen.
I will notify the team internally to see if there is anything we can do to reach out to them.
Hi, I am getting an error trying to show challenge:
To Reproduce Using Adyen DropIn 3.8.1, when I try to make a payment using Pleo credit card (MC), the DropIn tries to open the 3DS challenge page, it fails with the above error.
In fact, I can see two calls to https://3ds-b.live.ext.prod.enfuce.com/acs/app/challenge?id... the first one Request:
eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia....
Response:eyJraWQiOiIwN2FkNzRhMS03NGNkLTQ1ZmEtODE3YS00MjJkYjYx....
The second one Request:
The same implementation works when I try a Monzo card or Visa card.
It also fails on iOS with a different error (on iOS we are using Adyen '3.6.0')
Expected behaviour The SDK should display the 3DS challenge page.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context As I mentioned, when I try a different card (Monzo) it works fine I can see https://checkoutshopper-live.adyen.com in the calls but when it fails I only see https://checkoutshopper-test.adyen.com
The ones which are successful, don't have the threeDS2Challenge returned, however, the card provider asks for approval and the drop-in opens the challenge page
More information: The same implementation used to work with Pleo before however recently it stopped working with the above errors