Page 2 of 2

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 21:52
by bill
Can you please point me out what changed from your dev-master that made strip work? if you can point me to the actual git hub commits that changed would be great

Re: Stripe Payment gateway not working

Posted: 01 Jun 2017, 10:09
by aimeos

Re: Stripe Payment gateway not working

Posted: 01 Jun 2017, 16:16
by bill
Great, Thank you

does it work with Apple Pay?

Re: Stripe Payment gateway not working

Posted: 01 Jun 2017, 16:30
by aimeos
Depends on the Omnipay Stripe driver. You can have a look and test it yourself:
https://github.com/thephpleague/omnipay-stripe

Re: Stripe Payment gateway not working

Posted: 28 Sep 2019, 09:15
by MikaelNazarenko
Hi guys, I also have problems with Stripe.

My version:

Code: Select all

aimeos/ai-laravel                     2019.07.3  Laravel adapter for Aimeos web shops and e-commerce solutions
aimeos/ai-payments                    2019.07.3  Payment extension for Aimeos web shops and e-commerce solutions
aimeos/aimeos-core                    2019.07.11 Full-featured e-commerce components for high performance online shops

Seems I have configured it properly, but in checkout I don't get a form where I would have to set card number and other.
I am trying it on my local machine, and on remote server I had the same. I got error at once as on screenshot:

Re: Stripe Payment gateway not working

Posted: 28 Sep 2019, 10:55
by MikaelNazarenko
I took a look at /var/www/schmuck/ext/ai-payments/lib/custom/src/MShop/Service/Provider/Payment/Stripe.php and seems there are some fields which are missing in admin interface. Maybe this is why I don't get payment form when checkout ?

On the attachments is my stripe fields on the back-end

Re: Stripe Payment gateway not working

Posted: 28 Sep 2019, 11:02
by MikaelNazarenko
Seems I have figured out it. In console I got: (index):1 Uncaught IntegrationError: Live Stripe.js integrations must use HTTPS

But I have set testmode on my settings. Can I test it without https ?