Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clear-box.io/llms.txt

Use this file to discover all available pages before exploring further.

ClearBox sends webhooks so your systems stay in sync without polling. Configure an endpoint in the Dashboard, then handle the events you care about.

How it works

1

Register an endpoint

Add an HTTPS URL and select the event types to receive.
2

Receive events

ClearBox POSTs a signed JSON payload to your endpoint as events occur.
3

Verify and acknowledge

Verify the signature, return a 2xx quickly, and process asynchronously.
Always verify the signature before acting on a webhook. See Verifying signatures. Treat webhooks — not client callbacks — as the source of truth for asynchronous steps like bank linking and settlement.

Event types

Every event ClearBox can send.

Verifying signatures

Authenticate incoming webhooks.