i want to integrate PayPal on my website with paypal integration wizard. I use PayPal API and expresscheckout.php, paypalfunctions.php generated by PayPal Integration Wizard. i wrote form to fill billing datas to post to PayPal, but it returnes Error Code: 10712, which mean is "There's an error with this transaction. Please enter a valid postal code in the billing address." and recommended solution is " Please enter your five digit postal code in the billing address. " Okay, that's right, but i tried to use 95131 which is valid zip from California, and it's five digit. What's could be the problem? Any suggestion ?
|
feedback
|
|
From the tags on your question I'm assuming you're using the PayPal Sandbox. If so, make sure you are using a valid "test" credit card number, such as the ones here, or try following the following process, copied from this PayPal Developer Network thread:
| |||||
feedback
|
|
Are you entering the billing zip code for PayPal, or the billing zip code of the client? Usually, most credit card transactions want the latter - they couldn't care less about the zip code of the processor or the billing party. | |||||||
feedback
|
|
Try displaying your information (on a page, command line, etc.) exactly as it's being sent to the servers. Perhaps there's a carriage return or something like that. Either way, PayPal has a number of testing environments for you to use once you have some testing variables. | |||
|
feedback
|