cartalyst / stripe-laravel

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

SCA not working #67

Closed redlik closed 3 years ago

redlik commented 3 years ago

Your Environment

Expected behaviour

Stripe SCA compliant payments

Actual behaviour

All transactions are marked as not compliant, getting this message "Your account has payments (like this one) in live mode using the Charges API, which does not support the authentication requirements of SCA."

Steps to reproduce

I've followed the official manual so not sure what's the issue, to be honest

brunogaspar commented 3 years ago

Hey

So, i've a personal application using this library, so i'm pretty sure it works and it's compliant :)

But to help you a bit, you can't use the Charges API (seems you're using it, but unsure from that message).

To be compliant, you should use the Payment Intents API or the Setup intents API.

Both APIs have different purposes and use cases:

Hopefully i explained it correctly.

But either way, this is explained on their official documentation, with fancy words too.

Sorry for being kinda brief and perhaps not helpful at all, but i can only offer support for the library itself and some bits of integrating it, the rest is really up to you to understand how Stripe works, which can be a tad challenging at first :)

All in all, the Stripe team are more than qualified (hopefully) to help you out on this, way better than myself :)

redlik commented 3 years ago

Thank you for all the tips. Much appreciated

Best regards, Ralph On 13 Oct 2020, 18:01 +0100, Bruno Gaspar notifications@github.com, wrote:

Closed #67. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.