MX to Meld Mappings
Note: You can always compare the raw responses from MX in the serviceProviderDetails section of a financial account.
Normalized Account Types and Subtypes
Financial Account Base Fields
This data comes from MX's /users/{user_guid}/accounts endpoint and is returned from Meld's /bank-linking/accounts endpoint.
| Meld Field | Description | MX Response Field |
|---|---|---|
name |
The account name |
name |
truncatedAccount |
The last 4 digits of the account number |
accountNumber |
status |
The real-time status of the account |
|
type |
The type of the account. Mapped to a Meld standardized type |
type |
subtype |
The subtype of the account. Mapped to a Meld standardized subtype |
subtype |
Product: Identifiers
This data comes from MX's /users/{user_guid} /members/{member_guid} /account_numbers endpoint and is returned from Meld's /bank-linking/accounts endpoint.
| Meld Field | Description | MX Response Field |
|---|---|---|
| ach | ACH data object | |
| accountNumber | The account number | account_number |
| routingNumber | The account routing number. Reference Routing number | routing_number |
| eft | EFT data object | |
| accountNumber | The account number | account_number |
| institutionNumber | The account institution number | institution_number |
| branchNumber | The institution branch number | transit_number |
| international | International data object | |
| iban | The International Bank Account Number (IBAN) for the financial account | None |
| bic | The Bank Identifier Code (BIC) for the financial account | None |
| bacs | The BACS data object | |
| accountNumber | BACS account number | None |
| sortCode | BACS sort code | None |
Product: Balances
This data comes from MX's /users/{user_guid}/accounts endpoint and is returned from Meld's /bank-linking/accounts endpoint.
| Meld Field | Description | MX Response Field |
|---|---|---|
| currency | The currency of the account balance | currency_code |
| currentAmount | The current amount in the account | balance |
| availableAmount | The available amount in the account | available_balance |
| updatedAt | The last time balances were updated | updated_at |
Product: Owners
This data comes from MX's /users/{user_guid} /members/{member_guid} /account_owners endpoint and is returned from Meld's /bank-linking/accounts endpoint.
| Meld Field | Description | MX Response Field |
|---|---|---|
addresses |
The address(es) associated with this owner |
|
data |
The address data object |
|
street |
The street and residence number |
address |
city |
The city |
city |
region |
The region/state |
state |
postalCode |
The postal or zip code |
postal_code |
country |
The ISO 3166-1 alpha-2 country code |
country |
primary |
Indicates if this is the owner's primary residence |
Does not provide. |
emails |
The email(s) associated with this owner |
|
data |
The email address |
|
primary |
Indicates if this is the owner's primary email |
Does not provide. |
names |
The name(s) of this owner |
owner_name |
phoneNumbers |
The phone number(s) associated with this owner |
|
data |
The phone number |
phone |
primary |
Indicates if this is the owner's primary phone number |
Does not provide. |
Product: Transactions
This data comes from MX's /users/{user_guid} /accounts/{account_guid}/transactions endpoint and is returned from Meld's /bank-linking/transactions endpoint.
| Meld Field | Description | MX Response Field |
|---|---|---|
| amount | The amount of the transaction | amount |
| currency | The currency used in the transaction | currency_code |
| payee | The recipient of the transaction | original_description |
| status | The status of the transaction | status |
| transactionDate | The date and time the transaction was made | transacted_at |
| postedDate | The date and time the transaction was posted | posted_at |
Normalized Account Types and Subtypes
Updated 2 months ago