Overview
MX’s instant account verification allows partners to access account and routing numbers for demand deposit accounts in just a few simple steps. Functionally, this means that onlyCHECKING and SAVINGS accounts are likely to be verified.
Verification requires requests to several APIs. Partners may optionally use the Connect widget to simplify their workflow. The Connect widget simplifies creating members and answering multi-factor authentication while providing a ready-made user interface for these verification steps.
The general workflow for verification is very similar to standard aggregation. The workflow you’ll follow depends on whether you decide to use the Connect widget or build your own UI that relies on our API.
INFOFor detailed information on requirements, errors, standards, and conventions for the various APIs and products involved in verification, please see the documentation for Nexus , Real Time, SSO, and Personal Finance Management.
Workflow With the Connect Widget:
- Creating a
userwith a request to the MDX Real Time API - Loading the Connect widget in verification mode on your website or within a WebView
- End users create a
member, launch a verification job, and respond to MFA within the Connect widget - Getting an API token with the SSO API
- Getting a session token with the Nexus API
- Polling the member’s verification status with the Nexus API
- A member with a complete, successful verification will have
"connection_status":"CONNECTED"and"is_being_aggregated":false - Once verification has completed, getting the verification data with another request to the Nexus API
Workflow with APIs Only
- Creating a
user(MDX Real Time API) - Getting an API token for that
user(SSO API) - Getting a session token for that
user(Nexus API) - Getting institution information (Nexus API)
- Get institution-required credentials (Nexus API)
- Creating a
memberwith the correct institution code and credentials required by that institution (Nexus API) - Calling the verify endpoint (Nexus API)
- Polling the member’s verification status (Nexus API)
- Answering MFA if necessary (Nexus API)
- Reading the member’s
account_numbers(Nexus API)

