Configure Stripe
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Configure Stripe
Hello,
I actually try to set up the Stripe payment.
I added 'composer.phar require league/omnipay omnipay/stripe ' and made a composer update, then I configured the Stripe payment with my API Public key and secret key but when I want to checkout my basket I have this message :
thank you.
I actually try to set up the Stripe payment.
I added 'composer.phar require league/omnipay omnipay/stripe ' and made a composer update, then I configured the Stripe payment with my API Public key and secret key but when I want to checkout my basket I have this message :
I checked my Class and didn't see anything wrong how could I solve this please?Class "\Aimeos\MShop\Service\Provider\Payment\Stripe" not available
thank you.
Re: Configure Stripe
You need the "aimeoscom/ai-payments" composer package for the integration of the Omnipay library too.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Configure Stripe
Thank you for your help.
But I have already install the ai-payments. My config works well with Paypal, so I installed "omnipay/stripe" and load my 2 API's keys but I syill have this error.
But I have already install the ai-payments. My config works well with Paypal, so I installed "omnipay/stripe" and load my 2 API's keys but I syill have this error.
Re: Configure Stripe
Which Aimeos version do you use?
Is this file available? ./ext/ai-payments/lib/custom/src/MShop/Service/Provider/Payment/Stripe.php
Is this file available? ./ext/ai-payments/lib/custom/src/MShop/Service/Provider/Payment/Stripe.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Configure Stripe
Hi,
thank you for your reply.
I just made test and yes I have the stripe class into the folder.
After a composer update I success to access the stripe payment but there is still something that doesn't work...
I follow what write in the doc and set my settings like that : https://pasteboard.co/IfBwV0O.png
When I want to send Information to stripe I have an error 402 :
I've made test with Postman and my public and private keys are good all of them.
I made test to change the settings of stripe too but if I don't write stripe before my keys I have an error in my console that says that my API Key is empty.
Thank you for your help
thank you for your reply.
I just made test and yes I have the stripe class into the folder.
After a composer update I success to access the stripe payment but there is still something that doesn't work...
I follow what write in the doc and set my settings like that : https://pasteboard.co/IfBwV0O.png
When I want to send Information to stripe I have an error 402 :
Code: Select all
shared-c7ae529e76a3c031c886c5f22b48ff24.js:1 POST https://api.stripe.com/v1/tokens 402
I made test to change the settings of stripe too but if I don't write stripe before my keys I have an error in my console that says that my API Key is empty.
Thank you for your help