Stripe Provider Setup

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!
SapporoGuy
Posts: 2
Joined: 28 Nov 2017, 20:58

Stripe Provider Setup

Post by SapporoGuy » 28 Nov 2017, 21:02

I am having trouble setting up stripe.

Code: Select all

Class "\Aimeos\MShop\Service\Provider\Payment\Stripe" not available
For the Provider in the admin area i just called it stripe.

I am also trying to use omnipay / checkout

Every provider I setup I get a class error.

I tried going through the docs and searching but I am coming up empty.


Any ideas as to what I am doing wrong?

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

Re: Stripe Provider Setup

Post by aimeos » 28 Nov 2017, 22:18

You have to install the "aimeos/ai-payments" extension first. This package contains the Stripe service provider:
https://packagist.org/packages/aimeos/ai-payments
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

SapporoGuy
Posts: 2
Joined: 28 Nov 2017, 20:58

Re: Stripe Provider Setup

Post by SapporoGuy » 30 Nov 2017, 02:03

Thanks! That helped!

I had to change my composer.json file around but now I don't get that error anymore.

Thank you!

Post Reply