AsyncAPI channel · Confido Legal · Confido Legal Webhooks

/

A single HTTPS endpoint receives every selected event type. The request body is an ARRAY of event payloads, not a single object. You receive nothing for types you have not selected in the portal.

Provider: Confido Legal AsyncAPI: v3.0.0 Spec: Confido Legal Webhooks Operations: 1 Messages: 17

Channel address

/

Operations

receive
receiveWebhook
Verify the X-SIGNATURE HMAC-SHA512 header, deduplicate on eventId, and respond 2xx within 5 seconds. Non-2xx or slower puts the event into the retry ladder (5 min, 20 min, 60 min, 1 day, dead letter).

Messages

disbursement.updated
Sent when a disbursement is updated. Uniquely among Confido events the payload carries BOTH disbursement and oldDisbursement, so the consumer can diff the transition rather than re-query.
Content-Type:
firm.updated
Sent when a Firm is updated, including every firm.status change.
Content-Type:
statement.created
Emitted when a monthly statement has been created for a Firm.
Content-Type:
statement.updated
Emitted if a statement is updated. Documented as very unlikely — statements should be final at statement.created.
Content-Type:
stored_payment_method.created
Content-Type:
stored_payment_method.updated
Content-Type:
stored_payment_method.deleted
Content-Type:
stored_disbursement_method.created
Content-Type:
stored_disbursement_method.updated
Content-Type:
stored_disbursement_method.deleted
Content-Type:
transaction.created
Sent when a new Transaction is created.
Content-Type:
transaction.funds_in_transit
Sent when a Transaction moves to FUNDS_IN_TRANSIT.
Content-Type:
transaction.deposited
Sent when a Transaction is deposited in the Firm's account.
Content-Type:
transaction.voided
Sent when a Transaction is voided.
Content-Type:
transaction.refunded
Sent when a Transaction is fully refunded.
Content-Type:
transaction.partially_refunded
Sent when a Transaction is partially refunded.
Content-Type:
transaction.ach_returned
Sent when a settled ACH payment is returned by the bank and funds are reversed. Partial returns do not exist.
Content-Type:

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.

Work with this as data

Every channel here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for event channels

4 MCP tools reach this
  • find_channelsBrowse and filter every channel in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This channel
curl "https://apis.io/api/v1/channels/webhookendpoint"
All event channels
curl "https://apis.io/api/v1/channels?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.