Jump to content

[SOLVED]PayPal API Module Error


Recommended Posts

Please help, I have XXXXX out the user and signature.

Making new connection to 'api-3t.paypal.com/nvp'
Connect with CURL method sucessfull
Sending this params:
METHOD=DoExpressCheckoutPayment&VERSION=53.0&PWD;=*********&USER=XXXXXXXXXXX&SIGNATURE;=*********&TOKEN=XXXXXXXXXXXXXXXXXXX=XXXXXXXXXXXXXXXXXXXX=Sale&AMT=50.00&CURRENCYCODE=USD&IPADDRESS=elevatestyles.com&NOTIFYURL=http://elevatestyles.com/p/modules/paypalapi/ipn.php&BUTTONSOURCE=PRESTASHOP_ECM&SHIPTONAME;=+XXXX+XXXX&SHIPTOSTREET=XXXX+XXXXX+&SHIPTOCITY=XXXXX+XXXXXX&SHIPTOSTATE=XX&SHIPTOCOUNTRYCODE=US&SHIPTOZIP=XXXXX
Send with CURL method sucessfull
PayPal response:
TIMESTAMP -> 2010-10-01T05:05:12Z
CORRELATIONID -> 2004dc953a60a
ACK -> Failure
VERSION -> 53.0
BUILD -> 1518114
L_ERRORCODE0 -> 10417
L_SHORTMESSAGE0 -> Transaction cannot complete.
L_LONGMESSAGE0 -> The transaction cannot complete successfully. Instruct the
customer to use an alternative
payment method.
L_SEVERITYCODE0 -> Error
Link to comment
Share on other sites

HI There,

as ex paypal i can tell you that your error is this:

10417 (SEE THIS NUMBER IN YOU ERROR)


Transaction cannot complete.


The transaction cannot complete successfully. Instruct the customer to use an alternative payment method.


Instruct the customer that PayPal is unable to process the payment and redisplay alternative payment methods with which the customer can pay.

check this page for api errors: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_errorcodes

hope this will help otherwise contact paypal tech support

Link to comment
Share on other sites

×
×
  • Create New...