mkharibalaji / react-native-adyen-payment

React Native Adyen Payment
https://mkharibalaji.github.io/react-native-adyen-payment/
MIT License
35 stars 35 forks source link

Payment has error #60

Open cNille opened 2 years ago

cNille commented 2 years ago

Hi! We are experiencing an amount of "Payment has error"-issues with this library and we can't see any transaction being created on Adyen. This happens to some users and not all the time.

Desired feature: Getting the error message returned to be able to identify exactly what went wrong.

mickadoua commented 2 years ago

hi @cNille, can you give more information about your configuration ?

ChielBruin commented 2 years ago

I have seen an error that might relate to this (that also did not show up in the transaction overview). Those were caused by Adyen returning a 421: invalid paymentData for iDEAL payments in the payments/details call. As the content of the paymentData field is encrypted, I was not able to debug any further. @cNille Are you able to get some logs from your own payment server in order to see if it reached the server, and if so, if there was an error returned by Adyen?