Payment Processing Error
-
When trying to make a test payment in the amount of $1.45 I continue to get the generic payment failed error of “Error: Square was unable to complete the transaction. Please try again later or use another means of payment.”
I’ve set the active theme to TwentySeventeen and disabled all plugins apart from WooCommerce and WooCommerce Square. I have enabled logging and have attached the log for my most recent failed attempt below.
01-30-2019 @ 02:40:16 – Info: Begin processing payment for order 840 for the amount of 1.45
01-30-2019 @ 02:40:19 – Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => IDEMPOTENCY_KEY_REUSED
[detail] => The idempotency key can only be retried with the same request data.
[field] => idempotency_key
))
01-30-2019 @ 02:42:58 - Info: Begin processing payment for order 840 for the amount of 1.45
01-30-2019 @ 02:42:58 - Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => IDEMPOTENCY_KEY_REUSED
[detail] => The idempotency key can only be retried with the same request data.
[field] => idempotency_key
))
01-30-2019 @ 02:54:23 - Info: Begin processing payment for order 840 for the amount of 1.45
01-30-2019 @ 02:54:24 - Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => MISSING_REQUIRED_PARAMETER
[detail] => Missing required parameter.
[field] => card_nonce
))
01-30-2019 @ 03:02:49 - Info: Begin processing payment for order 840 for the amount of 1.45
01-30-2019 @ 03:02:49 - Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => MISSING_REQUIRED_PARAMETER
[detail] => Missing required parameter.
[field] => card_nonce
))
01-29-2019 @ 22:04:52 - Info: Begin processing payment for order 840 for the amount of 1.45
01-29-2019 @ 22:04:52 - Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => MISSING_REQUIRED_PARAMETER
[detail] => Missing required parameter.
[field] => card_nonce
))
01-29-2019 @ 22:11:06 - Info: Begin processing payment for order 840 for the amount of 1.45
01-29-2019 @ 22:11:07 - Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => MISSING_REQUIRED_PARAMETER
[detail] => Missing required parameter.
[field] => card_nonce
))
01-29-2019 @ 22:13:16 - Info: Begin processing payment for order 840 for the amount of 1.45
01-29-2019 @ 22:13:16 - Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => IDEMPOTENCY_KEY_REUSED
[detail] => The idempotency key can only be retried with the same request data.
[field] => idempotency_key
))
01-29-2019 @ 22:23:52 - Info: Begin processing payment for order 840 for the amount of 1.45
01-29-2019 @ 22:23:54 - Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => IDEMPOTENCY_KEY_REUSED
[detail] => The idempotency key can only be retried with the same request data.
[field] => idempotency_key
))
01-29-2019 @ 22:53:48 - Info: Begin processing payment for order 840 for the amount of 1.45
01-29-2019 @ 22:53:51 - Error: Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => IDEMPOTENCY_KEY_REUSED
[detail] => The idempotency key can only be retried with the same request data.
[field] => idempotency_key
))
As mentioned above, I am making a payment exceeding $1 and I've tried the normal troubleshooting steps of activating a default theme and disabling all plugings. I'm at a loss as to what to try next, and am about a hair's breadth away from calling it quits and going with PayPal.
The page I need help with: [log in to see the link]
- The topic ‘Payment Processing Error’ is closed to new replies.