cartalyst / stripe-laravel

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

You cannot accept payments using this API as it is no longer supported in India. #84

Closed deepak-penitt closed 1 year ago

deepak-penitt commented 1 year ago

Your Environment

Expected behaviour

*You cannot accept payments using this API as it is no longer supported in India.

Actual behaviour

I am using this api and getting this error for stripe India. Can you have any solution?

brunogaspar commented 1 year ago

It would help to know which API you're using, but either way, i'm going to assume you're using the charges API, so you should use the payment intents API instead due to the fact that 3DS is now required.

Otherwise reach out to Stripe support as we don't control any of that :)