Hi,
I've tried a lot also checking 90% of Google question on Stackoverflow and this Forum here. The credentials are correct, even loggin by the build in PayPal function to give access to the payment method and says all is correct.
But when I am testing it I get this error:
"PayPal gateway has rejected request. Security header is not valid (#10002: Security error)."
Credentials is set right automatic by the 'Get credentials from Paypal' button. But no luck so far.
I tried to update Magento by Linux enviorment, I tried all sorts of things but still nothing.
Solved! Go to Solution.
Found the solution PayPal:
NVP/SOAP API integration (Classic)
This api was needed instead of the standard buttons they wont work. Also the right Business Merchant ID that should be over here:
If You Have a PayPal Business Account:
With this it works by now.
Found the solution PayPal:
NVP/SOAP API integration (Classic)
This api was needed instead of the standard buttons they wont work. Also the right Business Merchant ID that should be over here:
If You Have a PayPal Business Account:
With this it works by now.
Hi @infolaanwe6072,
The Security header is not valid error is only caused for two reasons:
You can check for your credentials here too:
FOR LIVE
FOR SANDBOX
Just Substitute the user, pwd and signature and enter in your browser. You should get ACK = SUCCESS if you have input your credentials correctly.
You can also get your credentials here : https://www.paypal.com/cgi-bin/webscr?cmd=_get-api-signature&generic-flow=true
If you still have any queries then feel free to contact us. We would like to assist you.
Thank you, you saved my day.