-
Notifications
You must be signed in to change notification settings - Fork 79
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
Nonce is already 3D Secure #165
Comments
After digging a bit into the |
@danielebart Thanks for opening this issue. We'll take a closer look and post updates here. |
Hi @danielebart - We've released version |
@sarahkoop @danielebart I can confirm that this still appears to be in issue with drop-in:6.2.0. This is in our Sandbox environment with test cards: 4000000000001091 and 4000000000001109. Seemingly anything that actually triggers the 3DS Flow. On entering the OTP code in the challenge UI, once the browser switch returns to our App, I can see in our logs the expected liability shifted and possible flags are correct, based on the test card's scenario as described here We're able to mitigate this, as the first successful lookup and verification is returned to our App and we don't process the duplicate, which causes the "nonce is already consumed" error to be logged in the background. Can anyone please confirm that there's a fix for this? |
Also the same occurs when choosing Google Pay as the payment method (for a non network tokenized card). Again, I only take the first response as all associated Activities (should!) have been disposed of, so the second call doesn't make it back to my App In this case the second lookup which gets triggered (I honestly have no idea how!) and subsequently handed off to the ThreeDSecureClient's continuePerformVerification method results in the following error:-
Whereas the first call works fine. |
General information
Issue description
The result of the
DropInActivity
isErrorWithResponse (422): Nonce is already 3D Secure
when the activity is destroyed.Steps to Reproduce:
Don't keep activities
in the Android Dev Menu.DropInActivity
in theonActivityResult
isErrorWithResponse (422): Nonce is already 3D Secure
.This is an old related issue in the braintree_android repo: braintree/braintree_android#181
I was able to reproduce this issue also on the Demo app in the repo:
The text was updated successfully, but these errors were encountered: