-
Notifications
You must be signed in to change notification settings - Fork 128
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
Drop-in prevented from tokenizing: "Street address is required" #597
Comments
Hi @AlbinoDrought thanks for using Braintree Web Drop-in. AVS street address rules trigger when a credit card is vaulted. By default, when you generate a client token with a customer id, Drop-in will attempt to vault the card upon tokenization on the client, which triggers the verification. We're looking to add this feature in an upcoming release, and will notify when it is ready. In the meantime as a workaround, you can:
|
Hello - We're running into a similar issue, however only some of our TokenizeCreditCard mutations have the Do you have any more information why |
It shouldn't vault at all if Please reach out to our support team with some timestamps for the requests you are making so we can investigate. https://help.braintreepayments.com/ |
@kahnyoudiggit was the support team able to help you track down what was happening? |
I believe so! Thanks for following up |
closing for inactivity. If you continue to encounter errors, please contact Support |
General information
Issue description
Some users have been consistently experiencing the
hostedFieldsFailedTokenizationError
error, even though their information was correct. We have not been able to reproduce this issue until today when I encountered it myself. I've double-checked my information and it is correct.I can reproduce it by:
requestPaymentMethod()
, which fails tokenization with the errorhostedFieldsFailedTokenizationError
The same error is triggered with or without a space in the postal code:
H0H0H0
orH0H 0H0
Possibly related to #486 ?
Here is the sanitized GraphQL request:
Here is the sanitized GraphQL response:
braintreegateway.com fraud management config:
braintree-web-drop-in config:
The text was updated successfully, but these errors were encountered: