Changelog

Discover new features and improvements to Moov.

Optional Visa name verification field

Visa name verification field

For Visa cards, we support Visa’s Account Name Inquiry (ANI) for enhanced cardholder verification. ANI is an optional tool that ensures the name provided on the linked card matches the name held on file with the issuer. There is a new optional verifyName field in the link a cardPOST and update card PATCH endpoints for requesting this name verification.

Results of the verification request are returned in the cardVerification.accountName as shown in the sample response object below:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
    {
      "cardVerification": {
        "accountName": {
          "fullName": "match", // Options: noMatch, match, partialMatch, notChecked
          "firstName": "match", // Options: noMatch, match, partialMatch, notChecked
          "middleName": "noMatch", // Options: noMatch, match, partialMatch, notChecked
          "lastName": "match" // Options: noMatch, match, partialMatch, notChecked
        }
      }
    }
Subscribe

Moov is constantly improving. Subscribe to our changelog email to receive a summary of changes twice a month.

RSS feed link copied to your clipboard. Add it to your RSS reader to get instant updates, or open the URL in your browser to see the raw feed.