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

Verify if new Visa 3D Secure fields added succesfully? #720

Closed
7ing7ing opened this issue Jul 31, 2024 · 0 comments
Closed

Verify if new Visa 3D Secure fields added succesfully? #720

7ing7ing opened this issue Jul 31, 2024 · 0 comments

Comments

@7ing7ing
Copy link

Hi.

I want to add the new Visa required fields but I don't know how to make sure this has been succesfully implemented.
I contacted Braintree support and they said that only they can see this. Also, they tried to check for these new values and said that because my transactions are merchant initiated, they don't fall under 3DS verification so they weren't able to find the verifyCard call associated with the transaction. However, when I check the transaction in Sandbox, I can see the 3D Secure information section and it says that status is "authenticate succesful", among many other data. Then I changed my transaction to customer initiated and had the same response, that they were not able to check for this, and again, in Sandbox I can see that is succesful.

I've added hardcoded values in the new fields in verifyCard like this:

Screenshot 2024-07-31 105846

By playing around I realised that if I put something like "abc" in ipAddress it returns an error because is invalid, but I can put literally antyhing in the other values (email and billingAddress) and won't fail.

If lookup does not return error, and the transaction has all the 3D Secure Information, does that mean I'm sending the new fields? Even if there is no way to confirm this?

@7ing7ing 7ing7ing changed the title Verify new Visa 3D Secure fields added succesfully? Verify if new Visa 3D Secure fields added succesfully? Jul 31, 2024
@7ing7ing 7ing7ing closed this as completed Aug 8, 2024
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