Open kashi-halma opened 6 years ago
From Stripe's documentation:
We strongly discourage passing card information directly to Stripe’s API as it means your integration is directly handling card information.
So since this library takes card information as an argument, its clients are directly handling card information, unfortunately making this library not PCI compliant.
Just as a note, read Stripe's information on PCI compliance depending on integration method: https://stripe.com/docs/security/guide#validating-pci-compliance
Is this package PCI compliant?