Cannot process recurrent payments with WooCommerce PayPal Checkout Gateway
-
Hi!
I have problem! Using WooCommerce Subscriptions, WooCommerce Memberships and WooCommerce PayPal Checkout Gateway (also Stripe)! One-time and recurrent payments with Stripe works fine! But Paypal process just one time payments, on recurrent payments order get such note “PayPal API error Order status changed from Pending payment to Failed.” and in debug.log I see this:
WC_Gateway_PPEC_Client::_process_response: acknowleged response body: Array
(
[TIMESTAMP] =>
[CORRELATIONID] => XXXX
[ACK] => Failure
[VERSION] => 120.0
[BUILD] => 46457558
[L_ERRORCODE0] => 10727
[L_ERRORCODE1] => 10728
[L_ERRORCODE2] => 10729
[L_ERRORCODE3] => 10730
[L_ERRORCODE4] => 10004
[L_SHORTMESSAGE0] => Shipping Address1 Empty
[L_SHORTMESSAGE1] => Shipping Address City Empty
[L_SHORTMESSAGE2] => Shipping Address State Empty
[L_SHORTMESSAGE3] => Shipping Address Postal Code Empty
[L_SHORTMESSAGE4] => Invalid Data
[L_LONGMESSAGE0] => The field Shipping Address1 is required
[L_LONGMESSAGE1] => The field Shipping Address City is required
[L_LONGMESSAGE2] => The field Shipping Address State is required
[L_LONGMESSAGE3] => The field Shipping Address Postal Code is required
[L_LONGMESSAGE4] => This transaction cannot be processed.
[L_SEVERITYCODE0] => Error
[L_SEVERITYCODE1] => Error
[L_SEVERITYCODE2] => Error
[L_SEVERITYCODE3] => Error
[L_SEVERITYCODE4] => Error
)All Plugin versions – latest! When using Paypal checkout – shopper do not fill down Shipping address (as this is not needed for virtual products and there is no such fields at all)!
What could be the problem? Why 1st payment process fine but recurrent – fails? Recurrent payment fails even when user add Billing and Shipping addresses…
P.S. Tested also with default theme etc…
Thank You!
- The topic ‘Cannot process recurrent payments with WooCommerce PayPal Checkout Gateway’ is closed to new replies.