Pending Payment bug
-
Hello.
Sometimes orders remain “pending payment” even if the transactions have been successful.I checked the logs and there are the following errors:
2020-11-24T11:36:25+00:00 NOTICE
====SumUp Version: 1.0.0====
Client ID: xxx
====Start Log====
Trying to process a payment but the transaction was invalid
====End Log====2020-11-24T11:36:25+00:00 DEBUG
====SumUp Version: 1.0.0====
Client ID: xxx
====Start Log====
Trying to process a payment. Order ID: xxx. Array
(
[result] =>
[message] => not_paid
)====End Log====
2020-11-24T17:59:04+00:00 NOTICE
====SumUp Version: 1.0.0====
Client ID: xxx
====Start Log====
Trying to process a payment but the transaction was invalid
====End Log====2020-11-24T17:59:04+00:00 DEBUG
====SumUp Version: 1.0.0====
Client ID: xxx
====Start Log====
Trying to process a payment. Order ID: xxx. Array
(
[result] =>
[message] => not_paid
)====End Log====
2020-11-24T18:25:19+00:00 NOTICE
====SumUp Version: 1.0.0====
Client ID: xxx
====Start Log====
Trying to process a payment but the transaction was invalid
====End Log====2020-11-24T18:25:19+00:00 DEBUG
====SumUp Version: 1.0.0====
Client ID: xxx
====Start Log====
Trying to process a payment. Order ID: xxx. Array
(
[result] =>
[message] => transaction_code_mismatch
)====End Log====
All these errors belong to a single order.
The problem seems to arise only for transactions made using a VISA card.
Can you please check and fix the problem?
Thanks
- The topic ‘Pending Payment bug’ is closed to new replies.