Skip to main content

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in

Le Forum de la communauté n’est pas disponible pour les nouveaux messages ou les réponses; les articles précédents restent disponibles pour vérification. Afin de connaître les options d’assistance complètes, rendez-vous sur PayPal.com/HelpCenter

Si vous souhaitez signaler du contenu illégal et contraire au Règlement sur les services numériques de l’Union Européenne (DSA), veuillez cliquer ici.

since ‎Dec-28-2017
jennylcr
jennylcr Contributor
Contributor
11
Posts
0
Kudos
0
Solutions
Your PayPal Anniversary
The Return
Ice Breaker
Friendly
Active
View all
Latest Contributions by jennylcr
  • Topics jennylcr has Participated In
  • Latest Contributions by jennylcr

Re: Error Message 10002: Security header is not va...

by jennylcr Contributor in NVP/SOAP APIs
‎Mar-02-2018 05:51 AM
‎Mar-02-2018 05:51 AM
I have the subject removed from the header, it's giving me the same error, here is the response message from my last test, {"TIMESTAMP":"2018-03-02T13:46:10Z","CORRELATIONID":"c4e83cd2505bf","ACK":"Failure","VERSION":"119.0","BUILD":"39949200","L_ERRORCODE0":"10002","L_SHORTMESSAGE0":"Security error","L_LONGMESSAGE0":"Security header is not valid","L_SEVERITYCODE0":"Error"}   my api call is working for other paypal pro users, but not this one, is there anything we can check in the account settings? ... View more

Re: Error Message 10002: Security header is not va...

by jennylcr Contributor in NVP/SOAP APIs
‎Mar-01-2018 06:22 AM
‎Mar-01-2018 06:22 AM
I'm testing in the live environment. By the way, i tried test endpoint as well, it's giving me the same error. ... View more

Error Message 10002: Security header is not valid

by jennylcr Contributor in NVP/SOAP APIs
‎Mar-01-2018 05:42 AM
‎Mar-01-2018 05:42 AM
I'm trying to make transactions by using a paypal pro account, however, it keeps giving me the same error. I have the credentials checked several times, the code is working for other paypal accounts, but no luck on this one. If someone can take a look, that would be helpful.   Here is the response message: {"TIMESTAMP":"2018-02-28T22:07:53Z","CORRELATIONID":"b2ef63f12871a","ACK":"Failure","VERSION":"119.0","BUILD":"39949200","L_ERRORCODE0":"10002","L_SHORTMESSAGE0":"Security error","L_LONGMESSAGE0":"Security header is not valid","L_SEVERITYCODE0":"Error"} ... View more

Error Message 10002: Security header is not valid

by jennylcr Contributor in About Payments
‎Feb-28-2018 02:20 PM
‎Feb-28-2018 02:20 PM
I'm trying to make transactions by using a paypal pro account, however, it keeps giving me the same error. I have the credentials checked several times, the code is working for other paypal accounts, but no luck on this one. If someone can take a look, that would be helpful.   Here is the response message: {"TIMESTAMP":"2018-02-28T22:07:53Z","CORRELATIONID":"b2ef63f12871a","ACK":"Failure","VERSION":"119.0","BUILD":"39949200","L_ERRORCODE0":"10002","L_SHORTMESSAGE0":"Security error","L_LONGMESSAGE0":"Security header is not valid","L_SEVERITYCODE0":"Error"}   Username: <removed> ... View more

Re: Got AMOUNT_ERROR, was working before.

by jennylcr Contributor in PayPal Payments Standard
‎Jan-31-2018 01:12 PM
‎Jan-31-2018 01:12 PM
  I got new errors, here is the link https://www.sandbox.paypal.com/webapps/shoppingcart/error?flowlogging_id=4efa581e50e9&code=BAD_INPUT_ERROR   i don't want to add tax this time, so i put tax and tax_rate as 0,  <input type="hidden" name="tax_rate" value="0"> <input type="hidden" name="tax" id="tax" value="0" />   i tried to remove these two lines, however, it keeps giving me the bad input error ... View more

Re: Got AMOUNT_ERROR, was working before.

by jennylcr Contributor in PayPal Payments Standard
‎Jan-15-2018 10:07 AM
‎Jan-15-2018 10:07 AM
I will try to clear my cache if it happens again. Thank you for the help ... View more

Re: Got AMOUNT_ERROR, was working before.

by jennylcr Contributor in PayPal Payments Standard
‎Jan-15-2018 09:54 AM
‎Jan-15-2018 09:54 AM
It just happened again. I have waited for about 10 mins, then it's working agian. I'm actually testing the ipn, so i processed a few transactions, then it stopped working. ... View more

Re: Got AMOUNT_ERROR, was working before.

by jennylcr Contributor in PayPal Payments Standard
‎Jan-15-2018 07:19 AM
‎Jan-15-2018 07:19 AM
I made a test this morning, it's working fine now. I put my html code below, could you please take a look? just in case i put invalid info which makes it unstable.    <form method="post" action="https://www.paypal.com/cgi-bin/webscr"> <input type="hidden" name="business" value="xxmyemailaddressxx"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="item_name" value="Registration Fee"> <input type="hidden" name="item_number" value="7757"> <input type="hidden" name="tax_rate" value="13"> <input type="hidden" name="tax" id="tax" value="0.33"> <input type="hidden" name="amount" id="amount" value="2.50"> <input type="hidden" name="currency_code" value="CAD"> <input type="hidden" name="cancel_return" value=""> <input type="hidden" name="return" value=""> <input type="hidden" name="notify_url" value=""> <input type="hidden" name="charset" value="utf-8"> </form> ... View more

Got AMOUNT_ERROR, was working before.

by jennylcr Contributor in PayPal Payments Standard
‎Jan-12-2018 01:55 PM
‎Jan-12-2018 01:55 PM
I have a post form on my site which will redirect to "https://www.paypal.com/cgi-bin/webscr". It was working without any issues, however, after a couple tests today, it couldn't allow me to make payment anymore. It is saying 'Things don't appear to be working at the moment. Please try again later.' The url is https://www.paypal.com/webapps/shoppingcart/error?flowlogging_id=57f9208c484a1&code=AMOUNT_ERROR   I have checked my parameters in the form, they are looking correctly and i didn't make any changes today. I can't figure out why the amount is not working. ... View more

Re: Error 10548 - transaction cannot be processed.

by jennylcr Contributor in PayPal Reporting
‎Jan-02-2018 01:18 PM
‎Jan-02-2018 01:18 PM
Thank you. The client would like to stick with paypal standard account. What should we do if we want to use paypal express? It is currently showing security error: "TIMESTAMP" => "2018-01-02T21:15:46Z" "CORRELATIONID" => "ae62da3b1559b" "ACK" => "Failure" "VERSION" => "119.0" "BUILD" => "40680762" "L_ERRORCODE0" => "10002" "L_SHORTMESSAGE0" => "Security error" "L_LONGMESSAGE0" => "Security header is not valid" "L_SEVERITYCODE0" => "Error" ... View more
Paypal Logo
  • Help
  • Contact Us
  • Security
  • Fees
  • © 1999-2025 PayPal, Inc. All rights reserved.
  • Privacy
  • Legal
  • Cookies
  • Policy Updates

The money in your balance is eligible for pass-through FDIC insurance.

The PayPal Cash Mastercard is issued by The Bancorp Bank pursuant to a license by Mastercard International Incorporated. The Bancorp Bank; Member FDIC.

Powered by Khoros