Plaid to Meld Mappings
Note: You can always compare the raw responses from Plaid in the serviceProviderDetails section of a financial account.
Normalized Account Types and Subtypes
Financial Account Base Fields
This data comes From Plaid's /accounts/get endpoint and is returned from Meld's /bank-linking/accounts 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. 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
Updated 2 months ago