concretecms-community-store / community_store_stripe

Stripe payment add-on for Community Store for concrete5
MIT License
7 stars 2 forks source link

Feature Request: Stripe API v3 #14

Open JeffPaetkau opened 6 years ago

JeffPaetkau commented 6 years ago

Stripe v2 is deprecated. Are there plans to add support for v3?

Mesuva commented 6 years ago

Is it actually deprecated yet, or are they just recommending to migrate to v3?

I'd certainly like to see this kept up to date, but I think it's a non-trivial bit of work to update the form version. The button version probably works exactly the same.

JeffPaetkau commented 6 years ago

I'm not sure of the formal status. The bigger issue looks like it's going to be PCI compliance. It seems that they've changed the rules a while back. I'm still looking into it, but it looks like the easiest thing to do is to transition to v3 with "elements".

JeffPaetkau commented 6 years ago

FYI, I just created a pull request adding support for stripe.js v3 elements: https://github.com/concrete5-community-store/community_store_stripe/pull/15