Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 3d-secure required cards (optional: always run 3d-secure for cards that have this feature) #259

Open
petzsch opened this issue Sep 2, 2018 · 0 comments

Comments

@petzsch
Copy link

petzsch commented Sep 2, 2018

Hello,

I've done some testing with the test stripe api and the following card that they provide:

4000 0000 0000 3063

What is special about this card is that it required 3D-Secure validation in order to be charged. These kind of cards are coming in the future and we should be ready to accept them as well. :-)

Also it would be nice to run 3D-Secure for cards that have it enabled (optional) because you basically get a payment garantee (the liability in most cases shifts to the card issuer) see: https://stripe.com/docs/sources/three-d-secure#disputed-payments

At the moment it is not possible to charge these special kind of cards:

Oops! Looks like there was an error. Payment Response:
Type: card_error
Code: card_declined
Message: Your card was declined.

Thank you once again for this great plugin, if I find some time I will try and contribute toward this feature request myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant