DATEV
DATEV connector for invoice approvals and IBAN changes. Live with V1.
SigID is in pre-launch. Pilot customers get direct engineering and security contact.
Join the pilot programDevelopers
OpenAPI 3.1, multi-language SDKs and webhooks for every critical action. First 50 checks per month free, then pay-per-check.
OpenAPI 3.1 · Idempotency keys · Signed webhooks

Developer stack
SDKs for your stack
Fully typed, tree-shakeable, compatible with Bun, Node 22+, Deno.
import { SigID } from '@sigid/sdk';
const sigid = new SigID({ apiKey: process.env.SIGID_KEY });
const challenge = await sigid.challenges.create({
type: 'iban_change',
amount: 80000,
iban: 'DE89370400440532013000',
});
console.log(challenge.audit_id);Connectors
Native connectors are on the roadmap. Until then, build custom integrations against the OpenAPI 3.1 spec – idempotency keys and signed webhooks included.
DATEV connector for invoice approvals and IBAN changes. Live with V1.
lexoffice connector for SMB accounting. Live with V1.
Dynamics 365 Business Central. Planned H2 2026.
SAP connector for enterprise and mid-market. Planned H2 2026.
Webhook events
Every webhook event is signed and idempotent. Retry with exponential backoff on non-200 response.
challenge.approvedFires as soon as a challenge has been approved in the Trust App. Includes audit ID and all signatures.
challenge.rejectedFires when a challenge is rejected or has expired. Includes reason and timestamp.
iban.verifiedFires when an IBAN is verified for the first time in the membership record.
iban.changedFires when a known IBAN is replaced by a new one – including four-eyes signature.
audit.createdFires when a new audit ID is created. Universal audit entry for downstream systems.
authorization.revokedFires when an authorization is revoked or has expired. Includes trust level and revocation reason.
Example scenarios from developer pilot
“We put SigID challenges in front of every IBAN change in our savings flow. Audit ID lands in Postgres, auditors verify directly in the Trust Center.”
Example scenario · Backend engineering, savings fintech
Example scenarios from pilot preparation. Real customers visible from launch.
First 50 checks per month free. Pay-per-check from transaction 51. SDKs for TypeScript, PHP, Python and cURL.