Stripe not working 1.6 new installation

Hi all.

New installation 1.6 lastest download.

Activated stripe, add api key’s but if i try to pay, then the page just keeps loading.

Is there any solution for this?

Kind regards
Michael

CTRL+Shift+i gives you the Chrome console.
Or the F12 key.
Check the network tab and the Console tab

1 Like

Hi UnderDog,

Thanks for your reply,


Request URL: https://domain.nl/guest/payment_information/stripe
Request Method:GET
Status Code:404
Remote Address:212.227.118.197:443
Referrer Policy:strict-origin-when-cross-origin

I have REMOVE_INDEXPHP=false in ipconfig.php

if i go to domain.nl/guest/payment_information/stripe then i see an error.
If i go to domain.nl/ index.php /guest/payment_information/stripe then ill see ‘Pay’

You’ve found a bug.
Fortunately the bug has been resolved, but it’s not in a release, yet.

Here is the solution, it’s painfully easy:

So, about the release (version):
A new version is on its way. We’ll go througha few beta stages and then 1.6.1 will be released.

Until then:
You can use the workaround or temporarily change that file from the solution.

The Beta version:
If you’re only using your InvoicePlane in production, meaning on a live-site that the world can access, just don’t install the beta version.
The Beta version is meant to ‘have a looksy into the new version’

1 Like

Hi UnderDog,

Thanks for your reply!

It seems to work now, but it does not support the payment method (stripe - iDeal) which is widely used in the Netherlands.

Do you know where to change the code so that i can use iDeal?

Kind regards
Michael

Just for reference, this is the link to omnipay ideal: GitHub - deniztezcan/omnipay-ideal: iDeal driver for the Omnipay PHP payment processing library it’s compatible with V3 of omnipay