| Method | Description | When to Use |
|---|---|---|
| Connect Widget | The Connect Widget is a pre-built, client-facing component that’s presented to end users. It allows them to select and connect to their accounts. You can use the Connect Widget for Web and Mobile applications. SDKs are available for Web and React Native. | You want to use our ready-made connection experience that handles:
|
| API Only | Use API endpoints to connect to an end user’s account and fetch data, using a non-MX UI connection experience. You’ll have to manage connection statuses, webhooks, and more manually with this integration. | You want to build your own end-user facing connection experience instead of using our Connect Widget, or you’re looking to build a customized verification solution within your application. |
Sending Held Data
For financial institutions that have held data to share with MX, see Sending Held Data.Creating Users
A user represents your end user in the MX system. There are two ways to create a user on the MX system:- Platform API
- MDX Real Time
Next Steps
Use one of these guides based on the integration method you chose.Integrate using MX's Connect Widget
Use our Connect Widget and Platform API to let end users connect to their accounts.
Integrate without using MX's Connect Widget
Use our Platform API and a non-MX connection experience.

