cartalyst / stripe-laravel

Cartalyst Stripe package integration for Laravel.
BSD 3-Clause "New" or "Revised" License
336 stars 58 forks source link

Are you going to update this package for matching SCA in September 2019? #48

Closed ruchirkakkad closed 5 years ago

ruchirkakkad commented 5 years ago

Starting in September 2019, a new regulation called Strong Customer Authentication (SCA) will require businesses in Europe to request additional authentication for online payments. The Payment Intents API fully supports SCA—including exemption logic—and ensure that you only ask customers to provide additional authentication when strictly necessary.

THE PAYMENT INTENTS API IS SCA-READY

https://stripe.com/docs/payments/payment-intents

Are you going to add this support in this package by anytime soon? Or if you have already prepared any other package for the same, can you please share the link?

Thanks!

brunogaspar commented 5 years ago

The package already has Payment Intents, it's just not documented :)

behindyougmbh commented 5 years ago

Does this also include Version 5? If not, is the current version compatible with Laravel 5.3?

brunogaspar commented 5 years ago

Does this also include Version 5? If not, is the current version compatible with Laravel 5.3?

As long as it uses the Cartalyst Stripe version 2, it does have that, so stripe-laravel: ^5.0 is compatible.