Stripe Update
-
Hi,
This is a great plugin, but I do have one question.
From what I can tell you are still using v1 of the Stripe API. They are now transitioning to v3. Any chance of an update to use that.
They main issue I have is that Stripe really stresses using their js checkout options for optimum security. This way the clients card information never touches our severs. You do this by removing the name tags in the form fields and adding data-stripe tags instead. That coupled with their v2 api and js creates a token from their browser and stripe, which our servers then use.
Stripe has been nagging me about this and warning that if we continue to process this way, they may consider us a higher risk and require PCI scans.
I have tried working with the code to do this my self, but it is beyond my abilities.
Any thoughts on when or if this will be implemented?
Thanks!
- The topic ‘Stripe Update’ is closed to new replies.