-
Notifications
You must be signed in to change notification settings - Fork 997
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
Webview based 3DSecure authentication always fails #1295
Comments
To complete the issue, all the other native authentication screens works like a charm
Only the webview based authentication screen seem to have an unexpected behavior. |
@yuki-stripe, the pull request added the error in I have: The documentation of the card
Am I missing something or should I create a new issue ? |
@Pal-illuminz I am also seeing this screen, any solution for this? |
Summary
Unexpected behavior
3D Secure authentication always fails in test mode even if "Complete Authentication" is pushed.
Return URL is configured,
Stripe.handleURLCallback(with: url)
is called and returnstrue
Error thrown is
Expected behavior
The error should have
STPErrorMessageKey
,STPStripeErrorTypeKey
withinsufficient_funds
Test card used
4000 0082 6000 3178
This card requires authentication for one-time payments. All payments will be declined with an
insufficient_funds
failure code even after being successfully authenticated or previously set up.iOS version
iOS 12.4 | iOS 12.3.1
Installation method
Carthage
SDK version
The text was updated successfully, but these errors were encountered: