Reports, integrations and audit

🌐

Reports

In Reports you analyze your company's operation by range (last 7, 30 or 90 days):

  • Summary cards: total volume, transactions, active employees, approved KYC.
  • Analytics (Growth+): volume by period, inflows vs outflows and top counterparties.
  • A filterable transactions table (all / outflows / inflows) with date, type, counterparty, amount and status.

Exports:

DocumentAvailable from
Export CSVStartup
PDF receipt per transactionStartup
PDF statementGrowth
Accounting reportGrowth

Integrations — outgoing webhooks (Enterprise)

Connect the panel to your systems: each event fires a signed JSON POST to the URL you register.

Available events:

  • payroll.batch.executed — payroll batch executed (manual, approved or scheduled).
  • payroll.approval.requested — dual-approval request created.
  • payroll.approval.decided — dual-approval request approved or rejected.
  • ping — test event (Test button).

Verifying the signature: every delivery includes the X-D1C-Event header (event name) and X-D1C-Signature in the format sha256=<hex> — the HMAC SHA-256 of the body computed with your secret. Recompute the HMAC on your side and compare.

šŸ”‘

The secret is shown only once when you create the webhook — save it right then, it cannot be retrieved again. Limit: 5 webhooks per company. Delivery is single-shot (no retries): the result of the last delivery is visible in the panel.

Coming soon: accounting connectors (QuickBooks/Xero) and corporate SSO (Okta, Entra, Google Workspace).

Audit (Enterprise)

A complete log of who did what in the panel: payments, payroll, approvals and team changes, ordered newest first. It complements the webhooks for internal control and compliance reviews.


Did this page help you?