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

Stripe Payment gateway not working

Post by bill » 31 May 2017, 17:45

HI

I have installed stripe and followed instruction and I did composer update , and in Aimeo admin I added this as follows: ( see screen shot)

when I check out and click on "buy now" it takes me to enter credit card info WHICH seems to be working fine, so I put the following info for testing .


Now when I click on "Pay Now" I get this :

and when I click on proceed , its stuck doesn't do anything?? do you know what is going on with it anything wrong with my settings

Thanks
Attachments
screen-admin.png
screen-admin.png (84.64 KiB) Viewed 4260 times
Last - step-proceed.png
Last - step-proceed.png (36.01 KiB) Viewed 4275 times
next - step -enter crediot card.png
next - step -enter crediot card.png (64.69 KiB) Viewed 4275 times
Last edited by bill on 31 May 2017, 18:04, edited 2 times in total.

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

Re: Stripe Payment gateway not working

Post by aimeos » 31 May 2017, 17:54

Which Aimeos version are you using?
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 » 31 May 2017, 17:57

Hi

I am using this :

"aimeos/aimeos-laravel": "~2017.04",

Here is my composer.json

Code: Select all

 "require": {
        "php": ">=5.6.4",
        "aimeos/aimeos-laravel": "~2017.04",
        "barryvdh/laravel-debugbar": "^2.3",
        "laracasts/utilities": "^2.1",
        "laravel/framework": "5.4.*",
        "laravelcollective/html": "^5.3.0",
        "solarium/solarium": "^3.8",
        "mpociot/couchbase": "^0.2.0",
        "aimeos/ai-payments": "~2017.04",
        "omnipay/stripe": "~2.0"

    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~5.7",
        "symfony/css-selector": "3.1.*",
        "symfony/dom-crawler": "3.1.*"
    },

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

Re: Stripe Payment gateway not working

Post by bill » 31 May 2017, 18:08

Also is it suppose after you fill the credit card info to show you the Proceed button?? it just doesn't make sense to me

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

Re: Stripe Payment gateway not working

Post by aimeos » 31 May 2017, 20:42

I remember there was a pull request on GitHub fixing this issue.
Can you please try dev-master instead of 2017.04?
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 » 31 May 2017, 20:48

So you mean update composer like this

"aimeos/aimeos-laravel": "dev-master",
"aimeos/ai-payments": "dev-master",

/??

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

Re: Stripe Payment gateway not working

Post by aimeos » 31 May 2017, 20:50

Yes. Please run "./artisan aimeos:setup" afterwards so the database schema is automatically updated.
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 » 31 May 2017, 20:54

OK let me try

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

Re: Stripe Payment gateway not working

Post by bill » 31 May 2017, 21:10

it worked now after the update , I see the payment in Stripe

Thanks

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

Re: Stripe Payment gateway not working

Post by bill » 31 May 2017, 21:10

Can I use it with Apple Pay , or that is a separate integration?

Thanks

Post Reply