Connectivity Overview
Connect users to their financial accounts and retrieve the enhanced data you need
MX Connectivity products serve as a bridge between your application and financial institutions. They allow you to:
- Connect end users to thousands of financial institutions
- Retrieve financial data such as account details, transactions, and more
- Enhance and standardize data
- Power financial use cases including account opening, payments, and more
To understand the core resources of our platform, see MX Data Architecture.
Connectivity Products
MX offers several connectivity products to address different use cases.
Most connectivity products focus on retrieving specific types of data from connected accounts (such as transactions, balances, or account numbers). Microdeposits is different—it provides an alternate method for verifying account ownership by making small test deposits to an account.
| Product | Description |
|---|---|
| Account Aggregation | Get account details and transactions by connecting to users' financial accounts |
| Account Owner Identification | Verify account ownership information such as name and address |
| Balance Checks | Check available balances for connected accounts |
| Extended Transaction History | Get up to 24 months of transaction history |
| Instant Account Verification | Retrieve account and routing numbers for demand deposit accounts |
| Microdeposits | Verify account ownership through small test deposits |
| Statements | Retrieve bank and credit card statements |
Aggregating & Enhancing Data
Our platform uses distributed services to aggregate, enhance, and deliver financial data to end users and organizations.
The platform includes RESTful web APIs, embeddable digital money management tools, customer analytics and marketing software, and more.
The following flow shows how MX aggregates and enriches data:
- End users provide their login credentials for a financial account, such as their bank or retirement account (you can also send your own customers' data to MX using one or more of our APIs).
- Those credentials are supplied to the MX system.
- MX brings data from those accounts into its system, through a direct data-sharing connection or a third-party data provider.
- MX enhances account and transaction data:
- Account types and subtypes like
CHECKINGorSAVINGSare assigned - Every transaction is categorized into one of more than 100 default categories
- When possible, additional classifiers like
is_bill_payoris_direct_depositare assigned - Transaction descriptions are made readable. For example,
DBT CRD 1357 07/22/19 XXXX1357 JCWS RESTAU LEHI UT C#5144becomesJCW's Burgers - Dates, locations, and merchant logos are added wherever possible
- If two months of transaction data exists, user budgets are automatically calculated
- Account types and subtypes like
- MX delivers this enhanced financial data through our APIs, UIs, or daily change files. Additionally, we identify when end users have financial accounts with competitors and provide analytics on product usage and money management.
Retrievable Data
The following examples show what data you can expect with our Connectivity products.
Accounts and transactions
See Account Aggregation for more info. To learn more about individual fields, see Account Fields or Transaction Fields.
_59{_59 "accounts": [_59 {_59 "account_number": "5366",_59 "apr": 1.0,_59 "apy": 1.0,_59 "available_balance": 1000.0,_59 "available_credit": 1000.0,_59 "balance": 1000.0,_59 "cash_balance": 1000.0,_59 "cash_surrender_value": 1000.0,_59 "created_at": "2016-10-13T17:57:37.000Z",_59 "credit_limit": 100.0,_59 "currency_code": "USD",_59 "day_payment_is_due": 20,_59 "death_benefit": 1000,_59 "guid": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1",_59 "holdings_value": 1000.0,_59 "id": "1040434698",_59 "imported_at": "2015-10-13T17:57:37.000Z",_59 "institution_code": "chase",_59 "insured_name": "Frodo Baggins",_59 "interest_rate": 1.0,_59 "is_closed": false,_59 "is_hidden": false,_59 "last_payment": 100.0,_59 "last_payment_at": "2015-10-13T17:57:37.000Z",_59 "loan_amount": 1000.0,_59 "matures_on": "2015-10-13T17:57:37.000Z",_59 "member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",_59 "member_id": "member-9876",_59 "member_is_managed_by_user": false,_59 "metadata": "some metadata",_59 "minimum_balance": 100.0,_59 "minimum_payment": 10.0,_59 "name": "Test account 2",_59 "nickname": "My Checking",_59 "original_balance": 10.0,_59 "pay_out_amount": 10.0,_59 "payment_due_at": "2015-10-13T17:57:37.000Z",_59 "payoff_balance": 10.0,_59 "premium_amount": 1.0,_59 "routing_number": "68899990000000",_59 "started_on": "2015-10-13T17:57:37.000Z",_59 "subtype": "NONE",_59 "total_account_value": 1.0,_59 "type": "SAVINGS",_59 "updated_at": "2016-10-13T18:08:00.000Z",_59 "user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c",_59 "user_id": "partner-2345"_59 }_59 ],_59 "pagination": {_59 "current_page": 1,_59 "per_page": 25,_59 "total_entries": 1,_59 "total_pages": 1_59 }_59}
_56{_56 "transactions": [_56 {_56 "account_guid": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1",_56 "account_id": "account123",_56 "amount": 61.11,_56 "category": "Groceries",_56 "category_guid": "CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8",_56 "check_number_string": "6812",_56 "created_at": "2016-10-06T09:43:42.000Z",_56 "currency_code": "USD",_56 "date": "2013-09-23T00:00:00.000Z",_56 "description": "Whole foods",_56 "extended_transaction_type": "partner_transaction_type",_56 "guid": "TRN-265abee9-889b-af6a-c69b-25157db2bdd9",_56 "id": "transaction-265abee9-889b-af6a-c69b-25157db2bdd9",_56 "is_bill_pay": false,_56 "is_direct_deposit": false,_56 "is_expense": true,_56 "is_fee": false,_56 "is_income": false,_56 "is_international": false,_56 "is_overdraft_fee": false,_56 "is_payroll_advance": false,_56 "is_recurring": false,_56 "is_subscription": false,_56 "latitude": -43.2075,_56 "localized_description": "This is a localized_description",_56 "localized_memo": "This is a localized_memo",_56 "longitude": 139.691706,_56 "member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",_56 "member_is_managed_by_user": false,_56 "memo": "This is a memo",_56 "merchant_category_code": 5411,_56 "merchant_guid": "MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b",_56 "merchant_location_guid": "MCL-00024e59-18b5-4d79-b879-2a7896726fea",_56 "metadata": "some metadata",_56 "original_description": "WHOLEFDS TSQ 102",_56 "posted_at": "2016-10-07T06:00:00.000Z",_56 "status": "POSTED",_56 "top_level_category": "Food & Dining",_56 "transacted_at": "2016-10-06T13:00:00.000Z",_56 "type": "DEBIT",_56 "updated_at": "2016-10-07T05:49:12.000Z",_56 "user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c",_56 "user_id": "partner-2345"_56 },_56 // •••_56 ],_56 "pagination": {_56 "current_page": 1,_56 "per_page": 10,_56 "total_entries": 243,_56 "total_pages": 25_56 }_56}
Account and routing numbers
See Instant Account Verification for more info. For field descriptions, see Account Number Fields.
_20{_20 "account_numbers": [_20 {_20 "account_guid": "ACT-82a93692-f756-534f-9b2e-ad10a0f38462",_20 "account_number": "10001",_20 "institution_number": null,_20 "member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",_20 "routing_number": "091000019",_20 "passed_validation": true,_20 "transit_number": null,_20 "user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c"_20 }_20 ],_20 "pagination": {_20 "current_page": 1,_20 "per_page": 25,_20 "total_entries": 1,_20 "total_pages": 1_20 }_20}
Account owners
See Account Owner Identification for more info. For field descriptions, see Account Owner Fields.
_26{_26 "account_owners": [_26 { _26 "account_guid": "ACT-82a93692-f756-534f-9b2e-ad10a0f38462",_26 "address": "123 This Way",_26 "city": "Middlesex",_26 "country": "US",_26 "email": "donnie@darko.co",_26 "first_name": "Donnie",_26 "guid": "ACO-63dc7714-6fc0-4aa2-a069-c06cdccd1af9",_26 "last_name": "Darko",_26 "member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",_26 "owner_name": "Donnie Darko",_26 "phone": "555-555-5555",_26 "postal_code": "00000-0000",_26 "state": "VA",_26 "user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c"_26 }_26 ],_26 "pagination": { _26 "current_page": 1,_26 "per_page": 25,_26 "total_entries": 1,_26 "total_pages": 1_26 }_26}
Extended transaction history
Extended Transaction History shows up to 24 months of transactions, instead of only up to 90 days. For field descriptions, see Transaction Fields.
_56{_56 "transactions": [_56 {_56 "account_guid": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1",_56 "account_id": "account123",_56 "amount": 61.11,_56 "category": "Groceries",_56 "category_guid": "CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8",_56 "check_number_string": "6812",_56 "created_at": "2016-10-06T09:43:42.000Z",_56 "currency_code": "USD",_56 "date": "2013-09-23T00:00:00.000Z",_56 "description": "Whole foods",_56 "extended_transaction_type": "partner_transaction_type",_56 "guid": "TRN-265abee9-889b-af6a-c69b-25157db2bdd9",_56 "id": "transaction-265abee9-889b-af6a-c69b-25157db2bdd9",_56 "is_bill_pay": false,_56 "is_direct_deposit": false,_56 "is_expense": true,_56 "is_fee": false,_56 "is_income": false,_56 "is_international": false,_56 "is_overdraft_fee": false,_56 "is_payroll_advance": false,_56 "is_recurring": false,_56 "is_subscription": false,_56 "latitude": -43.2075,_56 "localized_description": "This is a localized_description",_56 "localized_memo": "This is a localized_memo",_56 "longitude": 139.691706,_56 "member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",_56 "member_is_managed_by_user": false,_56 "memo": "This is a memo",_56 "merchant_category_code": 5411,_56 "merchant_guid": "MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b",_56 "merchant_location_guid": "MCL-00024e59-18b5-4d79-b879-2a7896726fea",_56 "metadata": "some metadata",_56 "original_description": "WHOLEFDS TSQ 102",_56 "posted_at": "2016-10-07T06:00:00.000Z",_56 "status": "POSTED",_56 "top_level_category": "Food & Dining",_56 "transacted_at": "2016-10-06T13:00:00.000Z",_56 "type": "DEBIT",_56 "updated_at": "2016-10-07T05:49:12.000Z",_56 "user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c",_56 "user_id": "partner-2345"_56 },_56 // •••_56 ],_56 "pagination": {_56 "current_page": 1,_56 "per_page": 10,_56 "total_entries": 243,_56 "total_pages": 25_56 }_56}
Statements
See Statements for more info. For field descriptions, see Statement Fields.
_20{_20 "statements": [_20 {_20 "account_guid": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1",_20 "content_hash": "ca53785b812d00ef821c3d94bfd6e5bbc0020504410589b7ea8552169f021981",_20 "created_at": "2016-10-13T18:08:00+00:00",_20 "guid": "STA-737a344b-caae-0f6e-1384-01f52e75dcb1",_20 "member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",_20 "updated_at": "2016-10-13T18:09:00+00:00",_20 "uri": "uri/to/statement",_20 "user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c"_20 }_20 ],_20 "pagination": {_20 "current_page": 1,_20 "per_page": 25,_20 "total_entries": 1,_20 "total_pages": 1_20 }_20}
Investments
See Investments for more info. For field descriptions, see Investment Fields.
_56{_56 "transactions": [_56 {_56 "account_guid": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1",_56 "account_id": "account123",_56 "amount": 61.11,_56 "category": "Groceries",_56 "category_guid": "CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8",_56 "check_number_string": "6812",_56 "created_at": "2016-10-06T09:43:42.000Z",_56 "currency_code": "USD",_56 "date": "2013-09-23T00:00:00.000Z",_56 "description": "Whole foods",_56 "extended_transaction_type": "partner_transaction_type",_56 "guid": "TRN-265abee9-889b-af6a-c69b-25157db2bdd9",_56 "id": "transaction-265abee9-889b-af6a-c69b-25157db2bdd9",_56 "is_bill_pay": false,_56 "is_direct_deposit": false,_56 "is_expense": true,_56 "is_fee": false,_56 "is_income": false,_56 "is_international": false,_56 "is_overdraft_fee": false,_56 "is_payroll_advance": false,_56 "is_recurring": false,_56 "is_subscription": false,_56 "latitude": -43.2075,_56 "localized_description": "This is a localized_description",_56 "localized_memo": "This is a localized_memo",_56 "longitude": 139.691706,_56 "member_guid": "MBR-3bdc7d6b-efd4-1497-a0af-b23501cf9bd0",_56 "member_is_managed_by_user": false,_56 "memo": "This is a memo",_56 "merchant_category_code": 5411,_56 "merchant_guid": "MCH-7ed79542-884d-2b1b-dd74-501c5cc9d25b",_56 "merchant_location_guid": "MCL-00024e59-18b5-4d79-b879-2a7896726fea",_56 "metadata": "some metadata",_56 "original_description": "WHOLEFDS TSQ 102",_56 "posted_at": "2016-10-07T06:00:00.000Z",_56 "status": "POSTED",_56 "top_level_category": "Food & Dining",_56 "transacted_at": "2016-10-06T13:00:00.000Z",_56 "type": "DEBIT",_56 "updated_at": "2016-10-07T05:49:12.000Z",_56 "user_guid": "USR-11141024-90b3-1bce-cac9-c06ced52ab4c",_56 "user_id": "partner-2345"_56 },_56 // •••_56 ],_56 "pagination": {_56 "current_page": 1,_56 "per_page": 10,_56 "total_entries": 243,_56 "total_pages": 25_56 }_56}