hurray Posted January 3, 2012 Share Posted January 3, 2012 One of my customers is getting this error while trying to check out. Can someone tell me what is going on. I live in France and this customer lives in Martinique. She apparently buys from other people in France and never gets this error. I am using 1.3.1.1 PayPal returned error Merci de vous reférer aux logs : Ouvre une nouvelle connection vers 'api-3t.paypal.com/nvp' Connection réussie avec la méthode cURL Envoie des paramètres : METHOD=DoExpressCheckoutPayment&VERSION=53.0&PWD=*********&USER=ametibetaine_api1.hotmail.com&SIGNATURE=*********&TOKEN=EC-1NC09018RC587374T&PAYERID=WTHTMS7HT82QJ&PAYMENTACTION=Sale&AMT=52.99&CURRENCYCODE=EUR&IPADDRESS=www.ametibetaine.com&NOTIFYURL=http%3A%2F%2Fwww.ametibetaine.com%2Fmodules%2Fpaypalapi%2Fipn.php&BUTTONSOURCE=PRESTASHOP_ECM&SHIPTONAME=+PONCEAU+Colette&SHIPTOSTREET=B%C3%A2t+la+Bellone+-+Apt+11+Maniba+II&SHIPTOCITY=CASE+PILOTE&SHIPTOSTATE=&SHIPTOCOUNTRYCODE=FR&SHIPTOZIP=97222 Envoie réussi avec la méthode cURL Réponse PayPal : TIMESTAMP -> 2012-01-03T09:24:01Z CORRELATIONID -> d9297e80cd976 ACK -> Failure VERSION -> 53.0 BUILD -> 2271164 L_ERRORCODE0 -> 10474 L_SHORTMESSAGE0 -> Invalid Data L_LONGMESSAGE0 -> This transaction cannot be processed. The shipping country is not allowed by the buyer's country of residence. L_SEVERITYCODE0 -> Error Link to comment Share on other sites More sharing options...
tomerg3 Posted January 3, 2012 Share Posted January 3, 2012 This is the error "This transaction cannot be processed. The shipping country is not allowed by the buyer's country of residence." Paypal seems to have some restrictions on certain countries, for some reason, people from China cannot buy anything from a US company. Link to comment Share on other sites More sharing options...
hurray Posted January 6, 2012 Author Share Posted January 6, 2012 Hi Tomerg3, Thank for your reply. But are you sure the reason of error is that? Some other customers have also been receiving the error. One of them a returning customer who did not have this problem before. I am not sure what is going on but it is harming by business. Please look at this error, it is different from the one above: Un client a rencontré un problème avec le module PayPalAPI: Ouvre une nouvelle connection vers 'api-3t.paypal.com/nvp' Connection réussie avec la méthode cURL Envoie des paramètres : METHOD=DoExpressCheckoutPayment&VERSION=53.0&PWD=*********&USER=ametibetaine_api1.hotmail.com&SIGNATURE=*********&TOKEN=EC-2KV9204152262472V&PAYERID=RUHSVCXKJQMCE&PAYMENTACTION=Sale&AMT=15.99&CURRENCYCODE=EUR&IPADDRESS=www.ametibetaine.com&NOTIFYURL=http%3A%2F%2Fwww.ametibetaine.com%2Fmodules%2Fpaypalapi%2Fipn.php&BUTTONSOURCE=PRESTASHOP_ECM&SHIPTONAME=+estoup+sylvie&SHIPTOSTREET=23boulevard+larramet+appt7.etg4&SHIPTOCITY=toulouse&SHIPTOSTATE=&SHIPTOCOUNTRYCODE=FR&SHIPTOZIP=31300 Envoie réussi avec la méthode cURL Réponse PayPal : TIMESTAMP -> 2012-01-06T15:41:53Z CORRELATIONID -> ba59146e911ea ACK -> Failure VERSION -> 53.0 BUILD -> 2271164 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 More sharing options...
tomerg3 Posted January 6, 2012 Share Posted January 6, 2012 Paypal is very vague with their errors, I believe that error The transaction cannot complete successfully. Instruct the customer to use an alternative payment method. means the customer tried to use a credit card (or other method but not using fund already in their account) and the payment was rejected. Link to comment Share on other sites More sharing options...
El Patron Posted January 7, 2012 Share Posted January 7, 2012 There is parameter "address_override" is passed to Paypal from PrestaShop Paypal module if you set this 0, it will fix most of the issues. see (2) redirect.tpls this is one of the better threads on this problem: http://www.prestasho...ry-you-wish-to/ note: $request .= '&ADDROVERRIDE=0'; (you may need to add to paypalexpress.php) 2 Link to comment Share on other sites More sharing options...
Recommended Posts