adding payment method error on paypal

Questions around the TYPO3 integration and plugins
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!
mr_typo3worker
Posts: 4
Joined: 15 Apr 2026, 07:22

adding payment method error on paypal

Post by mr_typo3worker » 03 May 2026, 09:02

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?

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 = Array

Code: Select all


    PayPal Expres: Requist for order ID "6" failed with "Security error"


User avatar
aimeos
Administrator
Posts: 8741
Joined: 01 Jan 1970, 00:00

Re: adding payment method error on paypal

Post by aimeos » 04 May 2026, 08:18

Make sure, you use the old NVP API your PayPal account.

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.
  • 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, Image give us a star

Post Reply