Verifier Onboarding
When to use
Your organisation needs to check credentials presented by holders — for KYC, age verification, ticket admission, or any other identity-bound flow. Onboarding establishes your verifier identity and creates the workspaces for proof-request templates and trusted-issuers configuration.
Before you begin
- A signed-in IDA account.
- An organisation profile (legal name, country, contact email).
- A purpose statement (regulatory or business — used for transparency on user consent screens).
Steps
- Navigate to
/verifier/onboarding. 2. Step 1 — Organisation details: name, country, website, primary contact. - Step 2 — Verifier DID: pick or create a DID — used to sign proof-request envelopes.
- Step 3 — Purpose statement: free text shown on consent screens before holders share data with you. Required by GDPR + EU AI Act (§12.13).
- Step 4 — Initial trusted issuers: pre-populate your trust list with the platform-recommended issuers (you can always edit later — §5.5.1).
- Step 5 — Submit.
After submission, your role becomes verifier. The Verifier Portal sidebar appears.
API
Verify
returns { "user": { "role": "verifier", "verifierProfile": { "legalName":"...", "did":"did:adi:0xVer...", "purpose":"..." } } }.