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.

Tokenized Account Numbers
Tokenized Account Numbers (TANs) are substitute account numbers used for secure ACH money movement. When users connect accounts via OAuth with supported institutions, the institution provides a TAN instead of the actual account number. This allows third-party applications to interact with an account, such as facilitating ACH money movement, without accessing the user’s actual account number. Because each application receives a unique TAN for the same bank account, users or their financial institutions can manage access on a per-application basis without exposing the underlying account details. Understanding account objects: MX uses two objects that display account numbers differently:
Key properties:
- The TAN and routing number are valid for ACH transfers only when used together. They won’t work for wire transfers, and third-party verification services may not recognize them.
- Using a TAN with a different routing number—even from the same institution—will cause the transfer to fail.
- You cannot reliably match TANs to your existing account records using the last 4 digits. The masked account number from the
accountsobject won’t necessarily match the corresponding TAN. - OAuth connections: Call
/users/{user_guid}/members/{member_guid}/account_numbersto retrieve the TAN in theaccount_numberfield. - Non-OAuth connections: Return traditional (non-tokenized) account and routing numbers.
- The standard
accountsobject endpoints always return masked account numbers, regardless of connection type.
Quick Links
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 Number Sample Data
This sample response shows the data you can expect to get for account owners.Related Products
Account Owner Verification
Get account owner information like name, address, and email.
Account Aggregation
Get account and transaction data.
Balance Checks
Prevent returns and other costly errors.

