Stripe Payment gateway not working

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
bill
Posts: 51
Joined: 24 Apr 2017, 17:51

Re: Stripe Payment gateway not working

Post by bill » 31 May 2017, 21:52

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

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

Re: Stripe Payment gateway not working

Post by aimeos » 01 Jun 2017, 10:09

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

bill
Posts: 51
Joined: 24 Apr 2017, 17:51

Re: Stripe Payment gateway not working

Post by bill » 01 Jun 2017, 16:16

Great, Thank you

does it work with Apple Pay?

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

Re: Stripe Payment gateway not working

Post by aimeos » 01 Jun 2017, 16:30

Depends on the Omnipay Stripe driver. You can have a look and test it yourself:
https://github.com/thephpleague/omnipay-stripe
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Re: Stripe Payment gateway not working

Post by MikaelNazarenko » 28 Sep 2019, 09:15

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:
Attachments
Screenshot from 2019-09-28 12-14-14.png
Screenshot from 2019-09-28 12-14-14.png (25.85 KiB) Viewed 2161 times

MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Re: Stripe Payment gateway not working

Post by MikaelNazarenko » 28 Sep 2019, 10:55

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
Attachments
Screenshot from 2019-09-28 13-53-47.png
Screenshot from 2019-09-28 13-53-47.png (26.78 KiB) Viewed 2148 times

MikaelNazarenko
Expert
Posts: 274
Joined: 27 Jun 2019, 16:19

Re: Stripe Payment gateway not working

Post by MikaelNazarenko » 28 Sep 2019, 11:02

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 ?

Post Reply