Before you begin
- You have received the
BANK_LINKING_ACCOUNTS_UPDATEDorBANK_LINKING_TRANSACTIONS_AGGREGATEDwebhook for the product you intend to query - You know the
customerId,externalCustomerId,connectionId, orfinancialAccountIdyou want to scope the query to - Your API key has access to the relevant products
Accessing customer financial data
Meld’s data endpoints follow two patterns:- Get a single result by id — pass the resource id.
- Filter through results by query parameters — typical filters include:
externalCustomerId— the id you provided Meld for your customer.customerId— the id Meld assigned for your customer.institutionId— the Meld id for a financial institution.financialAccountId— the Meld id for your customer’s financial account.
Financial data
To retrieve Balances, Identifiers, or Owners, use the financial accounts endpoint. To retrieve Transactions, use the transactions endpoint. Transactions are ordered newest first per financial account. To retrieve Investment Holdings, use the investment holdings endpoint. To retrieve Investment Transactions, use the investment transactions endpoint.Metadata
To retrieve a list of connections, use the connections endpoint.For the complete request and response schema for each endpoint listed above, refer to the Bank Linking API reference.