Error in Omnipay/Stripe
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!
Re: Error in Omnipay/Stripe
This is a bit more complicated now because the payment URLs haven't been passed in the checkout/confirm component to the payment provider because there was no possibility in the frontend controller for that.
Can you please execute:
composer req aimeos/ai-controller-frontend:2024.10.x-dev
composer req aimeos/ai-client-html:2024.10.x-dev
composer req aimeos/ai-payments:2024.10.x-dev
Does it work now?
Can you please execute:
composer req aimeos/ai-controller-frontend:2024.10.x-dev
composer req aimeos/ai-client-html:2024.10.x-dev
composer req aimeos/ai-payments:2024.10.x-dev
Does it work now?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Error in Omnipay/Stripe
But I work with 2025*
Is there an patch for this?
Is there an patch for this?
Re: Error in Omnipay/Stripe
Yes, use instead:
composer req aimeos/ai-controller-frontend:2025.04.x-dev
composer req aimeos/ai-client-html:2025.04.x-dev
composer req aimeos/ai-payments:2025.04.x-dev
composer req aimeos/ai-controller-frontend:2025.04.x-dev
composer req aimeos/ai-client-html:2025.04.x-dev
composer req aimeos/ai-payments:2025.04.x-dev
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Error in Omnipay/Stripe
The patch is now sending the correct "return_url". But I get the next error in stripe.
I placed the order with my credit card, went to the 3D secure site and came back to the checkout confirmation page. Now, the order is refused, because of the error from stripe.You cannot confirm this PaymentIntent because it's missing a payment method. To confirm the PaymentIntent with cus_XXXXXXXXXXX, specify a payment method attached to this customer along with the customer ID.
Re: Error in Omnipay/Stripe
What does that mean? Is there something else missing in the parameters passed to Stripe?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
