kavinda / silvershop-sca-stripe
Package info
github.com/KavindaHarshana/SilverShop-SCA-Stripe
Type:silverstripe-vendormodule
pkg:composer/kavinda/silvershop-sca-stripe
v0.0.1
2022-02-03 11:31 UTC
Requires
- omnipay/stripe: ^3.0
- silvershop/core: ^3.0
- silverstripe/framework: ^4.0
This package is not auto-updated.
Last update: 2026-02-28 00:25:58 UTC
README
The UK will enforce Secure Customer Authentication (SCA) from March 2022.
The Omnipay/Stripe module for Silvershop currently uses the Stripe charges API which does not meet SCA requirements.
This module uses the Stripe payments intent API which meets SCA requirements.
Requirements
- SilverStripe CMS 4.*
- SilverShop Core 3.*
- Omnipay Stripe 3.*
uses Stripe.js v3
Installation
composer.json :
"kavinda/silvershop-sca-stripe": "dev-main",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/KavindaHarshana/SilverShop-SCA-Stripe.git"
}
],