cartalyst / stripe-laravel

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

Is this package ready for Stripe's SCA? #52

Closed ChristianGiupponi closed 5 years ago

ChristianGiupponi commented 5 years ago

Stripe is changing the payment methods introducing SCA: https://stripe.com/docs/strong-customer-authentication

Is this package ready?

brunogaspar commented 5 years ago

Yes.

https://github.com/cartalyst/stripe-laravel/search?q=sca&type=Issues https://github.com/cartalyst/stripe/search?q=sca&type=Issues

ChristianGiupponi commented 5 years ago

Is it available even for the 9.x branch? I need to use it on Laravel 5.7

brunogaspar commented 5 years ago

Yes.

Harrrrry commented 5 years ago

Where I can check this is available in 8. or it is available in 8.

brunogaspar commented 5 years ago

There's no documentation on the Stripe package for this, but you can check the tests for the Payment Intents and Setup Intents on how to use it for the time being.