Page 1 of 1

Stripe Provider Setup

Posted: 28 Nov 2017, 21:02
by SapporoGuy
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?

Re: Stripe Provider Setup

Posted: 28 Nov 2017, 22:18
by aimeos
You have to install the "aimeos/ai-payments" extension first. This package contains the Stripe service provider:
https://packagist.org/packages/aimeos/ai-payments

Re: Stripe Provider Setup

Posted: 30 Nov 2017, 02:03
by SapporoGuy
Thanks! That helped!

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

Thank you!