https://github.com/combodo/combodopayumstripe
Payum `SCA compatible` Stripe gateway
https://github.com/combodo/combodopayumstripe
payum payum-gateway psd2 stripe
Last synced: about 1 year ago
JSON representation
Payum `SCA compatible` Stripe gateway
- Host: GitHub
- URL: https://github.com/combodo/combodopayumstripe
- Owner: Combodo
- License: mit
- Created: 2019-07-09T08:46:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:21:58.000Z (about 3 years ago)
- Last Synced: 2025-04-27T01:19:31.200Z (about 1 year ago)
- Topics: payum, payum-gateway, psd2, stripe
- Language: PHP
- Size: 182 KB
- Stars: 7
- Watchers: 6
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Payum gateway : Combodo/StripeV3
This is an **unofficial** Payum gateway providing a stripe integration compatible with the [Strong
Customer Authentication](https://stripe.com/docs/strong-customer-authentication) also known as `SCA`.
Official Payum's gateway are not compatible with this new european regulation.
As stated by [Stripe](https://stripe.com/guides/sca-payment-flows):
> Without `SCA`, many payments will be declined by your customers’ banks
## Documentation
The documentation is available under the [doc directory](./doc)
## Developed by Combodo
Combodo is the editor of [iTop](https://www.itophub.io/page/about-itop) the [open source](https://github.com/Combodo/itop) ITSM solution.
For the needs of iTop Hub which offer free and [commercial iTop extensions](https://store.itophub.io/en_US/taxons/premium), a stripe integration compatible with the SCA was required.
With no doubt, we opened sourced our development. Please keep in mind that we are not the editor of Payum, thus this integration is probably far from perfect.
This code
- has [community contribution](https://github.com/Combodo/CombodoPayumStripe/graphs/contributors): many thanks folks!
- is inspired by
- the original stripe gateway
- and also by this [proof of concept](https://github.com/Payum/Payum/issues/804#issuecomment-509135558)
## Support
Combodo is affiliated with neither Payum and Stripe. You should contact them if you have a problem regarding your integration.
Nevertheless if you'd like **iTop support** we'd love to help you, do not hesitate to [contact us](https://www.combodo.com/support-304)!
## Payum oriented resources
Many thanks to the payum community, please find here some relevant links:
* [Payum Editor Site](https://payum.forma-pro.com/)
* [Payum Documentation](https://github.com/Payum/Payum/blob/master/docs/index.md#general)
* [Payum Questions](http://stackoverflow.com/questions/tagged/payum)
* [Payum Issue Tracker](https://github.com/Payum/Payum/issues)
* [Payum Twitter](https://twitter.com/payumphp)
## License
Combodo/StripeV3 is released under the [MIT License](LICENSE).