Magento – Invalid shipping address #10736 error with PayPal express checkout

checkoutmagento-1.7paypal-expressshipping

I am getting the following error every time I try to use paypal express checkout from my site though my shipping address is valid.

PayPal NVP gateway errors: A match of the Shipping Address City, State, and Postal Code failed (#10736: Shipping Address Invalid City State Postal Code).

I have searched a lot about this, but couldn't get the right solution. Please guide me at this point. Advice from any one will highly appreciate.

Best Answer

Its Work for me!! please open this file.

/app/code/core/Mage/Paypal/Model/Api/Nvp.php file**

$request['ADDROVERRIDE'] = 1;

to

$request['ADDROVERRIDE'] = 0;

after that your customer use the Paypal checkout with not matching of state , city and postal code it’s working fine.