Overview
Once your customer has connected their account to your app, you can use Meld’s endpoints to retrieve customer financial account information. This page lists the products available, shows how Meld’s product names map to each service provider’s terminology, and links to the deeper documentation for each. The following Meld products are normalized to return data across any bank linking service provider configured to your account:- Balances: The cached or realtime balances of the customer’s account.
- Identifiers: The institution’s account and routing numbers (or related account-specific identifiers).
- Owners: Account-owner information such as name and address.
- Transactions: Account transaction history.
- Investment Holdings: Current investment holdings, including stocks and other securities.
- Investment Transactions: Trade history.
- Processor Token: Where supported by the service provider, this token can be used by an authorized third party to make API calls directly to the processor on your behalf.
- Recurring Transactions: Certain providers identify recurring transactions (such as a monthly subscription). For Plaid and MX specifically, recurring transactions in the transaction details object have
recurring=TRUE, while all other transactions haverecurring=FALSE.
Processor Token is treated differently than other products: it isn’t requested in the initial call to
/bank-linking/connect/start. It has its own dedicated endpoint described on the Processor Token page.Account Types and Subtypes
Each service provider has its own way of returning data and hierarchy/nomenclature when it comes to account types and subtypes. Meld normalizes the data across providers so accounts have a uniform way of identifying account types. You can reference the service provider mappings to the Meld account types/subtypes in the Normalized Account Types and Subtypes section at the bottom of each service provider’s mappings page (see Partner Details).If service providers add new account types/subtypes, they will be mapped to the Meld type of
UNIDENTIFIED until a proper mapping has been determined.