Bank Linking Quickstart
Welcome to Meld's Bank Linking Product! Meld’s Bank Linking stack enables you to work with multiple bank linking providers through an integrated API and UX flow.
Before you start using Meld's products, first make sure that you have completed Onboarding and have your Meld API key available.
The page includes a summary of how to create and manage a connection, a list of Meld environments, and a glossary with an accompanying diagram to explain Meld's terminology.
Public Postman WorkspaceMeld offers public postman collections for our core endpoints to get you started. Please use it in conjunction with the documentation to understand the full power of Meld's API.
The Postman workspace can be found here.
How to Use the Product
Here is a high level summary of how you can build an app that interacts with Meld, any bank linking provider, and your customer.
- Create a connection to your customer's bank account(s). Test credentials can be found in the bank linking sandbox testing guide.
- Manage the completed connection to pull the financial data you need.
- This data includes balances, identifiers, owners, transactions, investments.
- Configure and consume webhooks as needed to know when new financial data is available or if a connection is broken.
- Refresh, repair, or delete a connection as needed.
- You can also create a processor token for a financial account.
- Route between providers to optimize conversion.
Routing across Service ProvidersMeld's Bank Linking stack allows you to route your customers to specific service providers based upon predefined defaults, a service provider waterfall based on institution coverage and availability, or specific financial institution based decisioning.
Routing rules are defined within the Meld dashboard.
Environments
Meld offers both production and sandbox environments. The tables below contain the URL for each environment:
| Environment | API Base URL |
|---|---|
| Sandbox | https://api-sb.meld.io |
| Production | https://api.meld.io |
| Environment | Meld Connect Widget URL |
|---|---|
| Sandbox | https://institution-connect-sb.meld.io |
| Production | https://institution-connect.meld.io |
Updated 2 months ago