← ClaudeAtlas

igrantio-api-wallet-providerlisted

Wallet Provider group of the iGrant.io OID4VC API: deploy the organisation wallet, turn on the wallet provider capability, register and manage wallet units (the records behind a Wallet Unit Attestation, WUA), list organisation wallet units with their LPID and WUA status, and read wallet provider performance statistics. Use when you act as an EUDI Wallet (EUDIW) or European Business Wallet (EUBW) wallet provider under eIDAS 2.0, or when you must read or change the OID4VC deployment of an organisation.
L3-iGrant/skills · ★ 1 · Code & Development · score 75
Install: claude install-skill L3-iGrant/skills
# iGrant.io OID4VC API - Wallet Provider ## When to use Use this skill when the task is one of these: - Deploy the OID4VC wallet of an organisation, or read the deployment status and the well-known metadata URLs. - Turn on the **wallet provider** capability of the organisation. - Register a wallet instance as a **wallet unit**, so that the wallet provider can give it a **Wallet Unit Attestation (WUA)**. - Read, update, delete, or list wallet units. - Read the status of the organisation wallet units (LPID and WUA), or read the performance statistics of the wallet provider. For issuance and verification, use the issuer and the verifier skills. For the architecture and the glossary, read `igrantio-ows-overview` first. **Order of work.** Deploy the wallet, then turn on the wallet provider capability, then register wallet units. Every wallet unit operation gives HTTP 400 when the organisation is not a wallet provider. ## Endpoint reference Base URL for the demo environment: `https://demo-api.igrant.io`. | Method | Path | Purpose | Documentation | | --- | --- | --- | --- | | `POST` | `/v2/config/digital-wallet/openid` | Deploy the OID4VC wallet of the organisation. One time only. | [Deploy digital wallet](https://docs.igrant.io/docs/openid4vc-api/config-deploy-digital-wallet-open-id/) | | `GET` | `/v2/config/digital-wallet/openid` | Read the deployment status, the service endpoints, and the metadata URLs. | [Read digital wallet deployment](https://docs.igrant.io/docs/o