Error in Omnipay/Stripe

How to configure and adapt Aimeos based shops as developer
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!
User avatar
aimeos
Administrator
Posts: 8576
Joined: 01 Jan 1970, 00:00

Re: Error in Omnipay/Stripe

Post by aimeos » 16 Apr 2025, 09:28

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?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

donnnnar
Posts: 6
Joined: 02 Apr 2025, 11:20

Re: Error in Omnipay/Stripe

Post by donnnnar » 16 Apr 2025, 12:00

But I work with 2025*

Is there an patch for this?

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

Re: Error in Omnipay/Stripe

Post by aimeos » 16 Apr 2025, 12:29

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

donnnnar
Posts: 6
Joined: 02 Apr 2025, 11:20

Re: Error in Omnipay/Stripe

Post by donnnnar » 16 Apr 2025, 13:56

The patch is now sending the correct "return_url". But I get the next error in 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.
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.

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

Re: Error in Omnipay/Stripe

Post by aimeos » 16 Apr 2025, 14:19

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

Post Reply