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 (Chase and U.S. Bank), the institution provides a TAN instead of the actual account number. This enhances security and gives users greater control—each application receives a unique TAN for the same bank account, allowing per-application access management without exposing underlying account details. 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.
- 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.
| Institution | TAN Behavior |
|---|---|
| Chase | TAN becomes invalid if MX revokes consent, the user revokes consent directly, or Chase flags the account for fraud. |
| U.S. Bank | TAN remains active for money movement even after the MX connection is deleted. See the U.S. Bank Developer Portal for details. |
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.

