Skip to main content
NEW TO MX CONNECTIVITY?See the Connectivity Overview to learn about our Connectivity products and integration options.

Integrate using the Connect Widget

Use the Connect Widget and Platform API to let end users connect to their accounts.

Integrate using the Platform API

Use the Platform API to power a non-MX UI connection experience.
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 standalone 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

API Reference

Learn about the full features of the Platform API.

Connect Widget

Learn about the Connect Widget.

Demo App

View the demo app on GitHub.

Account Owner Sample Data

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

Instant Account Verification

Get account and routing numbers.

Account Aggregation

Get account and transaction data.

Balance Check

Check an account’s available balance.