> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meld.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Plaid to Meld Overall Mappings

<Note>
  You can always compare the raw responses from Plaid in the `serviceProviderDetails` section of a financial account.
</Note>

* [Financial Account Base Fields](#financial-account-base-fields)
* [Balances](/docs/bank-linking/partner-details/plaid/plaid-balances-mapping)
* [Identifiers](/docs/bank-linking/partner-details/plaid/plaid-identifiers-mapping)
* [Owners](/docs/bank-linking/partner-details/plaid/plaid-owners-mapping)
* [Transactions](/docs/bank-linking/partner-details/plaid/plaid-transactions-mapping)
* [Investment Holdings](/docs/bank-linking/partner-details/plaid/plaid-investment-holdings-mappings)
* [Investment Transactions](/docs/bank-linking/partner-details/plaid/plaid-investment-transactions-mapping)
* [Normalized Account Types and Subtypes](#normalized-account-types-and-subtypes)

## Financial Account Base Fields

This data comes from Plaid's [/accounts/get](https://plaid.com/docs/api/accounts/#accounts-get-response-accounts-name) endpoint and is returned from Meld's [/bank-linking/accounts](/api-reference/bank-linking/accounts/bank-linking-accounts-search) endpoint.

| Meld Field             | Description                                                       | Plaid Response Field                                                                                                          |
| :--------------------- | :---------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------- |
| name                   | The account name                                                  | accounts.name                                                                                                                 |
| truncatedAccountNumber | The last 4 digits of the account number                           | accounts.mask                                                                                                                 |
| status                 | The real-time status of the account                               | Due to Plaid only returning active bank accounts, it does not have this field.<br />Meld will populate the status as `ACTIVE` |
| type                   | The type of the account. Mapped to a Meld standardized type       | accounts.type                                                                                                                 |
| subtype                | The subtype of the account. Mapped to a Meld standardized subtype | accounts.subtype                                                                                                              |

## Normalized Account Types and Subtypes
