Skip to main content

Account Owner Identification

Get the name, address, and contact information for the owner of an account

With Account Owner Identification, you can connect to an end user's financial account to retrieve information such as their name and address. You can use this data to verify the information provided by an end user. This can be used for solutions that require fraud and risk reduction, account opening, and digital banking.

The Account Owner Identification product can be used as a standalone product or in combination with other MX products. If you use Account Owner Identification as a stand-alone product, you cannot use our Connect Widget interface for connecting accounts and will be required to complete an API-only integration. We encourage you to use Account Owner Identification in conjunction with Account Aggregation or Instant Account Verification so you can use our powerful Connect Widget.

Diagram flow of the steps to get account owner information

Account Owner Sample Data

This sample response shows the data you can expect to get for account owners.


_26
{
_26
"account_owners": [
_26
{
_26
"account_guid": "ACT-82a93692-f756-534f-9b2e-ad10a0f38462",
_26
"address": "123 This Way",
_26
"city": "Middlesex",
_26
"country": "US",
_26
"email": "donnie@darko.co",
_26
"first_name": "Donnie",
_26
"guid": "ACO-63dc7714-6fc0-4aa2-a069-c06cdccd1af9",
_26
"last_name": "Darko",
_26
"member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",
_26
"owner_name": "Donnie Darko",
_26
"phone": "555-555-5555",
_26
"postal_code": "00000-0000",
_26
"state": "VA",
_26
"user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c"
_26
}
_26
],
_26
"pagination": {
_26
"current_page": 1,
_26
"per_page": 25,
_26
"total_entries": 1,
_26
"total_pages": 1
_26
}
_26
}