-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Support non PCI-DSS merchants
Most gateways provide some kind of client-side SDK or JS libs to allow client browsers to direct the payment data directly to the gateway, allowing even PCI-DSS non-compliant merchants to use their API and services.
Out of the gateways currently supported (v1.0.2
), only Stripe implementation provides a checkout
feature.
Discussion
- Should we add a new
checkout
method in the Public API?
T0d0
Add checkout for these gateways:
- Stripe
- MONEI
- Paymill
- WireCard
- AuthorizeNet
- Trexle
ashish173