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:
| Document | Available from |
|---|---|
| Export CSV | Startup |
| PDF receipt per transaction | Startup |
| PDF statement | Growth |
| Accounting report | Growth |
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.
Updated 4 days ago