Get started
The Organisation Wallet Suite enables organisations to issue, hold, and verify digital credentials using the OpenID4VC protocol suite. Follow the guides below based on your role in the credential ecosystem.
On-Premise Users: This guide references the iGrant.io hosted platform (PaaS). If you are deploying on-premise, complete the Deployment Guide first. The API calls are the same once your instance is running.
Prerequisites
- An iGrant.io tenant account (contact [email protected] to request access)
- Your API key (provided with your tenant)
- iGrant.io Data Wallet installed on your phone (available on the App Store and Play Store)
Issue credentials
Create credential definitions and issue verifiable credentials to holders using the OpenID4VCI protocol. Supports in-time issuance, deferred issuance, and dynamic credential requests.
- Issue Credential (In-Time) - issue credentials immediately using Pre-Authorised or Authorisation Code flow
- Issue Credential (Deferred) - issue credentials asynchronously for batch or invitation-based workflows
- Dynamic Credential Request - request additional proof from the holder before issuing
Hold and share credentials
Receive credentials from trusted issuers and store them securely in your organisation's wallet unit. Present credentials to relying parties when requested.
- Receive and Store Credential - receive credentials from issuers and store them in your wallet
- Receive and Present Credential - respond to presentation requests with selective disclosure
Verify credentials
Define verification requirements, send presentation requests, and validate credential proofs from holders.
- Send and Verify Credential - define presentation requirements, initiate verification, and validate responses
Further reading
- Webhook Events - receive real-time notifications at key stages of issuance and verification
- Use Case Workflows - worked examples for EBWOID, payments, and passwordless login
- Sandbox Organisations - create test environments to simulate multi-party credential ecosystems
- Deployment Guide - deploy on your own infrastructure via Helm chart
- Developer APIs - full API reference