Page 1 of 1

Re: ai-payments | Stripe | SCA Compliance

Posted: 10 Sep 2019, 09:10
by aimeos
That depends on the Omnipay driver for Stripe, so you should ask your question here:
https://github.com/thephpleague/omnipay-stripe

Re: ai-payments | Stripe | SCA Compliance

Posted: 12 Sep 2019, 09:32
by patinvedis
I am using the same configuration as the OP.

Could you please be more specific: I would like to know from where (files, classes) I need to call the new sca compliant Stripe API.

The link you have provided is useful to find out the necessary changes to the code, but I cannot find where these changes need to be made in Aimeos.

Thanks for you help

Re: ai-payments | Stripe | SCA Compliance

Posted: 13 Sep 2019, 08:37
by aimeos
You can find the Stripe JS code here:
https://github.com/aimeoscom/ai-payment ... #L217-L302