New setup laravel package with Stripe integration

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!
subash
Posts: 5
Joined: 31 Jan 2023, 22:45

New setup laravel package with Stripe integration

Post by subash » 01 Feb 2023, 09:57

Hello,
"php": "^8.0.10", "aimeos/ai-payments": "^2022.10","aimeos/aimeos-laravel": "^2022.10",
"laravel/framework": "^9.2", "omnipay/stripe": "^3.2", OS: Linux

I followed the same instruction as enabling stripe payment gateway integration(https://aimeos.org/docs/latest/manual/services/#stripe). The card authentication was successful (requires_confirmation in stripe dashboard), but the payment status was not updated back to a confirmation page. always the status is shown as "---". please help me with this.

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

Re: New setup laravel package with Stripe integration

Post by aimeos » 02 Feb 2023, 13:40

Hard to say without more information. A possible reason might be that the Stripe server can't reach the /update route when sending push notification because you are on localhost.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply