Thanks for your reply.
Yes I was using the PayPal option under Woocommerce -> settings -> checkout.
After reading the article you mentioned, I setup PayPal Express Checkout and entered all the required settings in that, including API username, password & signature.
But even after that also the same error shows up.
I tried settings up IPN in paypal only, woocommerce only and at the both places (same url) but no help, same error in all cases.
I also enabled debug log, following is the content of log.
2018-05-21T10:45:44+00:00 INFO Redirecting to PayPal
2018-05-21T10:45:44+00:00 INFO PayPal for WooCommerce Version: 1.4.8.9
2018-05-21T10:45:44+00:00 INFO WooCommerce Version: 3.3.5
2018-05-21T10:45:44+00:00 INFO Test Mode:
2018-05-21T10:45:44+00:00 INFO Endpoint: https://api-3t.paypal.com/nvp
2018-05-21T10:45:44+00:00 INFO SetExpressCheckout Request: Array
(
[USER] => *****
[PWD] => *****
[VERSION] => 124.0
[BUTTONSOURCE] => AngellEYE_SP_WooCommerce
[SIGNATURE] => *****
[METHOD] => SetExpressCheckout
[RETURNURL] => https://mysite.com/wc-api/WC_Gateway_PayPal_Express_AngellEYE/?pp_action=get_express_checkout_details
[utm_nooverride] => 1
[CANCELURL] => https://mysite.com/cart/?utm_nooverride=1
[ALLOWNOTE] => 1
[ADDROVERRIDE] => 1
[LOCALECODE] => en_US
[BRANDNAME] => My Brand
[PAYMENTREQUEST_0_AMT] => 1.00
[PAYMENTREQUEST_0_CURRENCYCODE] => INR
[PAYMENTREQUEST_0_PAYMENTACTION] => Sale
[PAYMENTREQUEST_0_SHIPTONAME] => ABC User
[PAYMENTREQUEST_0_SHIPTOSTREET] => Apt
[PAYMENTREQUEST_0_SHIPTOSTREET2] => DMarg
[PAYMENTREQUEST_0_SHIPTOCITY] =>
[PAYMENTREQUEST_0_SHIPTOSTATE] => RJ
[PAYMENTREQUEST_0_SHIPTOZIP] =>
[PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE] => IN
[PAYMENTREQUEST_0_SHIPTOPHONENUM] =>
[L_PAYMENTREQUEST_0_NAME0] => Demo Product 1
[L_PAYMENTREQUEST_0_QTY0] => 1
[L_PAYMENTREQUEST_0_AMT0] => 1.00
[PAYMENTREQUEST_0_TAXAMT] => 0.00
[PAYMENTREQUEST_0_SHIPPINGAMT] => 0.00
[PAYMENTREQUEST_0_ITEMAMT] => 1.00
)
2018-05-21T10:45:44+00:00 INFO SetExpressCheckout Response: Array
(
[TOKEN] => EC-5TB51097V2092631U
[TIMESTAMP] => 2018-05-21T10:45:44Z
[CORRELATIONID] => 19bff57ec51aa
[ACK] => Success
[VERSION] => 124.0
[BUILD] => 46549960
)
I can send you screenshot of the settings page if that will help.
-
This reply was modified 6 years, 10 months ago by
ssdev.