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
Hi ! First - thanks for the library.
I try to use DROP-IN in my react native app. I have fallowing errors in these methods:
Credit Card - after submiting payment: SOLVED!!!!
{"status":422,"errorCode":"174","message":"Unable to decrypt data","errorType":"validation"}
Multibanco, MBWay - after clicking on payment in payments list, application crashes. But it seems that results of the requests to the server are correct. I saw these errors (short version):
MBWay:
{"resultCode":"Pending","action":{"paymentData":"ADdf02 ...... }
E/AndroidRuntime: FATAL EXCEPTION: main
com.adyen.checkout.core.exception.CheckoutException: Action type not found - await
Multibanco:
{"resultCode":"PresentToShopper","action":{"paymentMethodType":"multibanco" ... }
E/CO.ActionHandler: Unknown Action - voucher
E/AndroidRuntime: FATAL EXCEPTION: main
Caused by: java.lang.reflect.InvocationTargetException
Caused by: org.json.JSONException: Value UNKNOWN of type java.lang.String cannot be converted to JSONObject
I see that App is making POST request with "googlePayToken", and official API docs shows: "paywithgoogle.token"
I use Android-Studio and react-native 0.61.5
Also on my android emulator - Adyen Payment starts with credit card method on default and only going back allow me to see whole list of my methods ;/
Thanks for help !
The text was updated successfully, but these errors were encountered:
Hi ! First - thanks for the library.
I try to use DROP-IN in my react native app. I have fallowing errors in these methods:
Credit Card - after submiting payment: SOLVED!!!!
Multibanco, MBWay - after clicking on payment in payments list, application crashes. But it seems that results of the requests to the server are correct. I saw these errors (short version):
MBWay:
Multibanco:
Google Pay - after submitting payment :
I see that App is making POST request with "googlePayToken", and official API docs shows: "paywithgoogle.token"
I use Android-Studio and react-native 0.61.5
Also on my android emulator - Adyen Payment starts with credit card method on default and only going back allow me to see whole list of my methods ;/
Thanks for help !
The text was updated successfully, but these errors were encountered: