cartalyst / stripe-laravel

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

SCA with version 8.* available? #53

Closed Harrrrry closed 5 years ago

Harrrrry commented 5 years ago

I am using a strip with laravel and now I want to update the payment process with SCA so for this I want to implement the payment intent process

The current version of the strip is 2.0 and the current version of laravel- strip is 8.*

Can you please tell me that payment intent is available in the above versions or i need to update the composer to get the latest t changes regarding the payment intent.

Please suggest how can I migrate charge API to payment intent API

Thanks