-
Notifications
You must be signed in to change notification settings - Fork 658
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
PaymentIntentResult > incorrect statuses #1253
Comments
@mshafrir-stripe , also if I close 3DS "Secure Checkout" activity. |
Is this for the 3DS web-view or 3DS2 challenge screen? Can you provide a screenshot of the screen you're closing? |
@mshafrir-stripe , it's 3DS web-view |
@mshafrir-stripe , I have a few questions (which is not related to this issue) can I contact to you via email? Or can I ask here? |
@sergey-belenkiy yes, my email address is the first part of my username with the |
Browser-based auth was previously not returning a `StripeIntentResult.Status`. Fixes #1253
Previously, `Status.SUCCEEDED` was passed in all completion cases Fixes #1253
Previously, `Status.SUCCEEDED` was passed in all completion cases Fixes #1253
Browser-based auth was previously not returning a `StripeIntentResult.Status`. Fixes #1253
Browser-based auth was previously not returning a `StripeIntentResult.Status`. Fixes #1253
Summary
Actual result:
For success and failed payment with 3DS:
status = Status.UNKNOWN
For failed payment with 3DS2:
status = Status.SUCCEEDED
Example of failed payment with 3DS2:
Expected result:
For success payment with 3DS:
status = Status.SUCCEEDED
For failed payment with 3DS:
status = Status.FAILED
For failed payment with 3DS2:
status = Status.FAILED
Code to reproduce
SDK version
10.0.3
The text was updated successfully, but these errors were encountered: