Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DROP-IN Errors #18

Open
kkaplinski opened this issue Jul 6, 2020 · 0 comments
Open

DROP-IN Errors #18

kkaplinski opened this issue Jul 6, 2020 · 0 comments

Comments

@kkaplinski
Copy link

kkaplinski commented Jul 6, 2020

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

Google Pay - after submitting payment :

Adyen Error :  {"status":422,"errorCode":"14_004","message":"Missing payment method details","errorType":"validation"}

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant