ANI Response Codes

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.

CodeDefinition
MName match performed
NName match not performed
UName 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.

CodeDefinition
MMatch
PPartial Match
NNo Match

You can find ANI in the 200 - ANI Query Card Response or in the response in the following ANI Recipe.