adding payment method error on paypal
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
mr_typo3worker
- Posts: 4
- Joined: 15 Apr 2026, 07:22
adding payment method error on paypal
I'm testing the payment methods. And have all information included for PayPal Express. After checking all the credentials for typos or spaces, etc. still ending up with the error:
I,m not in sandbox mode, and the account is active. So I do not see why it would not work.
Any suggestions to look at?
Or any advice on including a payment provider which offers all payment option including paypall and dutch ideal/wero?
I,m not in sandbox mode, and the account is active. So I do not see why it would not work.
Any suggestions to look at?
Or any advice on including a payment provider which offers all payment option including paypall and dutch ideal/wero?
Code: Select all
2026-05-03 08:54:46 core/service/paypalexpress 4 PayPal Express: method = Aimeos\MShop\Service\Provider\Payment\PayPalExpress::process, order ID = 6, response = ArrayCode: Select all
PayPal Expres: Requist for order ID "6" failed with "Security error"
Re: adding payment method error on paypal
Make sure, you use the old NVP API your PayPal account.
Common causes of PayPal "Security error" are:
Common causes of PayPal "Security error" are:
- Wrong API credentials — The paypalexpress.ApiUsername, paypalexpress.ApiPassword, or paypalexpress.ApiSignature configured in the service item are incorrect or expired. This is the #1 cause.
- Sandbox vs. Production mismatch — You're using sandbox API credentials but pointing to the production endpoint (https://api-3t.paypal.com/nvp), or vice versa. For sandbox, the endpoint should be https://api-3t.sandbox.paypal.com/nvp (configured via paypalexpress.ApiEndpoint).
- API credentials not enabled — The PayPal account doesn't have NVP/SOAP API access enabled. You need to generate API credentials in PayPal under Profile → My selling tools → API access.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,