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 ?

link|improve this question
feedback

3 Answers

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:

Please follow the steps below to generate a credit card number for testing PayPal Account Optional within the Sandbox.

Log in to your Sandbox Account Click 'Profile' Click on 'Credit Cards' under Financial Information Click the ''Add' button, as if you are adding a credit card to the account

Use the credit card number that is automatically generated here as the credit card of your buyer

Note: Do not click on the 'Add Card' button as this will add the credit card to your Sandbox account. If it is added to your Sandbox account, it cannot be used to make a non-PayPal account payment.

link|improve this answer
yes, u are right, sandbox, and i think it's valid test credit card because paypal to paypal payment is working. i get error when i try to use test credit card to pay. (country, city, state, zip, etc generated by paypal (and real valid datas)) – Greg Mar 2 '11 at 20:13
i receive billing informations from customer (card type valid, card number valid, street, city, state is okay, country/currency code is okay, everything fine but postal code. – Greg Mar 2 '11 at 20:25
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.

link|improve this answer
it's postal code of (address of creditcard) – Greg Mar 2 '11 at 18:09
Then I am afraid I am uncertain - sorry. – Comrad_Durandal Mar 2 '11 at 18:17
i'm too :\ i don't know what's problem with 95131, why isn't it five digit by paypal? (or php made mistake?) – Greg Mar 2 '11 at 18:21
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.

link|improve this answer
that was my first idea :) not helped – Greg Mar 2 '11 at 20:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.