Solved: PayPal error 10002:Security error Security header is not valid
If you are seeing paypal error 10002: Security error Security header is not valid
There can be three reason behind this
1. Make sure API Credential is typed properly in your code and getting called with proper variable
2. Paypal account is not setup properly till now (which is the rare case)
3. SSL Certicicate Configuration Issue
During my debugging case i found that i was hidding on sandbox URL with live data (API Credentials). I have checked and changed the URL of Curl from testing environment (sandbox URL) to live environment.
You can check your payment working status here
https://www.paypal-labs.com/integrationwizard/ecpaypal/main.php

Chandra Shekhar

Latest posts by Chandra Shekhar (see all)
- Best practices for micro service design - January 23, 2022
- Spring Boot - January 23, 2022
- Java - January 23, 2022
Recent Comments