Hi Guys,
I had a question from one of my clients about making sure their shopping cart (Stripe) is SCA Compliant.
https://stripe.com/docs/strong-customer-authentication
Does anyone know what it entails?
Damian
Hi Guys,
I had a question from one of my clients about making sure their shopping cart (Stripe) is SCA Compliant.
https://stripe.com/docs/strong-customer-authentication
Does anyone know what it entails?
Damian
Perch Shop's built-in integration with Stripe uses Stripe's Charges API (v2). This API is not SCA-compliant.
The new version of the Stripe API (v3) is SCA compliant. As thins stand Perch Shop does not ship with a built-in integration with this version. Byron Fitzgerald has open-sourced a solution (Stripe Update for Shop) which you may want to try.
Has there been any movement for Perch Shop's built-in integration to be updated to support the new API?
Time is running out!
I received notification from Stripe the other day that full enforcement of SCA will begin on 31 December. Is there going to be a first party fix for this? I'll willingly go down the @Byron Fitzgerald (Stripe Update for Shop) open-source solution, so my client can still trade from the 31st December onwards, but I would like to know if this is going to be addressed by the Perch Team first as I believe Byron's solution involves making changes to core files.
A timely response would be much appreciated.
+1 on this...
Perhaps because this thread is marked as 'resolved' devs are not being notified of new posts here?
If it were me, I would be planning to use Byron Fitzgerald's solution. I don't have any experience with it but I think that's the only option at this stage.
Has anyone tried @Byron Fitzgerald's solution? Am sure many of us would appreciate an update on this from Perch.
I've got one site running my solution on production right now, with a second waiting client approval. ellimondo has done some testing and managed to get it to work I believe, but not sure if he is running it in production yet.
If anyone does try it and has any issues you can throw them up on the Github page. I'll try get back to you as soon as I can, as I know the deadline is shortly approaching
Hi thanks Byron Fitzgerald! – I can confirm that I've got it working but not pushed it live yet. Trying to keep up with bloomin' client stuff! .
Hi Byron Fitzgerald,
Having a go at implementing you're stripe solution. I think I've got it all setup but when I click the payment button nothing happens. I suspect that i've not got the js hooked up correctly. When I click the button is the card details form meant to pop up like the stripe form?
The new intents gateway uses Stripe Elements to process the card info and supplies a token in return, so nothing should popup.
The JS example in the repo might need a bundler for it to work properly, but the code inside the init() function should work without a bundler.
Sorry I don't know what you mean by bundler?
Something like webpack or rollup. If you're development setup doesn't use a bundler thats fine, there's an example here from one of the issues listed on the repo
OK thanks I'll take a look through the repo
Looks as though for UK transactions this is being pushed back until September '21 now.
https://www.fca.org.uk/news/st…ntication-and-coronavirus
Below are the rollout dates on Stripe's website, in case it helps anyone.
https://support.stripe.com/que…tion-sca-enforcement-date
Hopefully there will be an update to Perch Shop by then.
Thanks for the info aled_hefin.
drewm can you confirm if a solution is being developed, there are many posts regarding SCA without any confirmation that this is actively being looked at. I know you have posted in the past, but that was about two years ago.