Skip to main content
Webhooks let Meld push real-time updates to your backend whenever something changes in a customer’s bank linking data (new transactions, broken connections, etc.). Setting up webhooks is a two-step process — one set of webhooks flows from your service providers to Meld, and another from Meld to your backend.

Before you begin

  • You have completed Step 2: Add your service providers so that Meld knows which providers to receive webhooks for.
  • You have a publicly reachable HTTPS endpoint on your backend that can receive Meld’s webhook deliveries.

Steps

  1. Provider → Meld: In order for Meld to receive webhooks from the providers you configured in Step 2, set up these webhooks for each service provider. See Steps to send webhooks from the service provider to Meld.
  2. Meld → You: If you want Meld to forward updates to your backend, go to the Developer tab → Webhooks subtab in the Dashboard and add an endpoint. See Steps to receive webhooks from Meld. Webhooks subtab in Dashboard
Step 1 (provider → Meld) is required for Meld to track your transactions and connections. Step 2 (Meld → you) is optional — you can use the Transactions tab in the Dashboard to view completed transactions and connections without forwarding webhooks.
Transactions tab in Dashboard For details, see: