Issuer integration
You have an existing identity verification flow (DigiD, BankID, OIDC, your own KYC) and want to mint OwlID credentials for verified users.
Setup
Issuance flow
Code
The platform does not retain the unhashed claims past the session TTL. Once issued, only the signed Merkle root and audit-event hashes remain.
Provider flow types
Polling async sessions
For QR or webhook flows, poll until the session reaches verified:
Issuer key management
Your account's signing key is generated by OwlID on signup and registered automatically with the on-chain IssuerRegistry. Verifiers connecting to OwlID trust your credentials with no per-customer setup.
Reference
OwlIssuer— every method- Verifier integration — the other side of the flow