Problem with PayPal REST mailbox delivery address

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/#ADDRESS_INVALID","debug_id":"2a3ddff225e78"}"

Is this a sandbox limit? Can I turn off verification of the delivery address in the sandbox / real account?

+4
source share

All Articles