Account Name Inquiry (ANI) matches are performed with Query Card.
Was the match performed? (codeMatch)
All ANI matches include the codeMatch and the relevant Visa or Mastercard name match fields.
Code | Definition |
---|---|
M | Name match performed |
N | Name match not performed |
U | Name match not supported |
"ANI": {
"codeMatch": "M",
}
"ANI": {
"codeMatch": "U",
}
ANI Name Match
View the following Visa and Mastercard name match fields.
Visa ANI Name Match Fields
The following Visa ANI response fields codes are used with ANI Name Name Match Codes. for each of the following:
- codeFullName (Full name match)
- codeFirstName (First name match)
- codeMiddleName (Middle name match)
- codeLastName (Last name match)
"ANI": {
"codeMatch": "M",
"codeFullName": "M",
"codeFirstName": "M",
"codeLastName": "M"
}
"ANI": {
"codeMatch": "M",
"codeFullName": "P",
"codeFirstName": "P",
"codeMiddleName": "M",
"codeLastName": "M"
}
Mastercard ANI First Name Match Fields
The following Mastercard ANI response fields are used with ANI Name Name Match Codes.
- codeFullName (Full name match)
"ANI": {
"codeMatch": "M",
"codeFullName": "M",
}
"ANI": {
"codeMatch": "M",
"codeFullName": "P",
}
ANI Last Name Match Codes
The following ANI response codes are used for both Visa and Mastercard fields.
Code | Definition |
---|---|
M | Match |
P | Partial Match |
N | No Match |
You can find ANI in the 200 - ANI Query Card Response or in the response in the following ANI Recipe.
6.1 ANI + AVS
Open Recipe
6.3 ANI/AVS MC
Open Recipe