Subscription renew - PayPal Express
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Subscription renew - PayPal Express
Hello,
We use Aimeos and have created our subscriptions in it. Our customers have now placed their first orders and ordered with PayPal Express. Unfortunately, PayPal was not charged again when the subscription was renewed.
My question now is whether PayPal Express is the right choice for this?
To check the next step, we tested PayPal Plus locally and saved the sandbox data. The purchase of the subscription worked, but we got the following error message when renewing:
Is this because PayPal simply does not support this for the sandbox account? Or is there another error here?
We would simply like to configure PayPal so that it works in the future.
Best regards
Translated with DeepL.com (free version)
We use Aimeos and have created our subscriptions in it. Our customers have now placed their first orders and ordered with PayPal Express. Unfortunately, PayPal was not charged again when the subscription was renewed.
My question now is whether PayPal Express is the right choice for this?
To check the next step, we tested PayPal Plus locally and saved the sandbox data. The purchase of the subscription worked, but we got the following error message when renewing:
Code: Select all
Token based payment incomplete: Array
(
[name] => PAYEE_ACCOUNT_INVALID
[message] => Payee account is invalid.
[information_link] => https://developer.paypal.com/docs/api/payments/#errors
[debug_id] => f71a7f93b23e9
)
We would simply like to configure PayPal so that it works in the future.
Best regards
Translated with DeepL.com (free version)
Re: Subscription renew - PayPal Express
The PayPalExpress service doesn't support recurring payments yet, only the Stripe payment provider from the ai-payments extension.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Subscription renew - PayPal Express
Thank you for your reply!