I am testing the PayPal REST API in the sandbox using the Java library. For some reason, I can only create a payment request for New York State. When I try to use TX or WA or some other status code, it responds
"Error code : 400 with response : {"name":"ADDRESS_INVALID","message":"Provided user address is invalid.","information_link":"https://developer.paypal.com/webapps/developer/docs/api/
Is this a sandbox limit? Can I turn off verification of the delivery address in the sandbox / real account?
source
share