Payment process fails at random
-
Hi there,
Thanks for developing this plugin. It really eases up things a lot. Now to the problem:
Customers at random receive error: “Wir waren nicht in der Lage deine Bestellung zu verarbeiten, bitte versuche es erneut” where they cannot finish the processing payment. Then I go and test it myself and it works good. Then I tell me client to test it and it works as well good. Refund works as well. And after next few payments a dozen fails occur again. Not sure what to do:
I receive mostly the same RESPONSE in logs:
[06-06-2018 09:10:15] Inpsyde\Lib\PayPal\Core\PayPalHttpConnection : INFO: POST https://api.paypal.com/v1/payments/payment
[06-06-2018 09:10:16] Inpsyde\Lib\PayPal\Core\PayPalHttpConnection : INFO: Response Status : 201
[06-06-2018 09:10:50] Inpsyde\Lib\PayPal\Core\PayPalHttpConnection : INFO: POST https://api.paypal.com/v1/payments/payment
[06-06-2018 09:10:51] Inpsyde\Lib\PayPal\Core\PayPalHttpConnection : INFO: Response Status : 201With few of them being Response status: 200 and also a few having additional link from paypal about errors that appear sometimes which is:
{
name: “AUTHENTICATION_FAILURE”,
message: “Authentication failed due to invalid authentication credentials or a missing Authorization header.”,
links: [
{
href: “https://developer.paypal.com/docs/api/overview/#error”,
rel: “information_link”
}
]
}I’m not sure what to do and how to approach this?
Kind regards,
Boris
- The topic ‘Payment process fails at random’ is closed to new replies.