ποΈ Issue credential
Issues a Verifiable Credential to a holder using the OpenID for Verifiable Credentials Issuance (OID4VCI) protocol. Supports two issuance modes: **InTime** (credential issued immediately via the Credential Endpoint) and **Deferred** (credential issued later via the Deferred Credential Endpoint by calling the [Issue deferred credential](/docs/openid4vc-api/config-update-digital-wallet-open-id-credential-history) API). Supports W3C VC (JWT), IETF SD-JWT VC, and ISO 18013-5 mDoc/mDL credential formats.
ποΈ Issue deferred credential
Updates a credential exchange record. Used to issue a credential via the OID4VCI Deferred Credential Endpoint by providing the credential claims for a pending issuance.
ποΈ Read issuance history
Retrieves a credential exchange record by ID, including the issuance status, credential offer details, and holder information.
ποΈ Delete issuance history
Deletes a credential exchange record from the issuance history.
ποΈ Update credential revocation status
Updates the revocation status of an issued credential using the IETF Token Status List.
ποΈ List issuance history
Lists credential exchange records with pagination and optional status filtering. Each record represents a single OID4VCI credential issuance lifecycle.
ποΈ Create credential definition
Creates a new credential definition that specifies the credential type, format, claims structure, and issuance settings. The credential definition is published in the OID4VCI Credential Issuer Metadata and used as a template for issuing credentials.
ποΈ Read credential definition
Retrieves a credential definition by its ID, including the credential type, format, claims structure, and issuance settings.
ποΈ Update credential definition
Updates an existing credential definition. Changes affect future credential issuances using this definition.
ποΈ Delete credential definition
Deletes a credential definition. Existing credentials issued under this definition are not affected.
ποΈ List credential definition
Lists all credential definitions configured for OID4VCI credential issuance.
ποΈ Read credential definition cover image
Retrieves the cover image associated with an OID4VCI credential definition.
ποΈ Update credential definition cover image
Uploads or updates the cover image for an OID4VCI credential definition.
ποΈ Read credential definition logo image
Retrieves the logo image associated with an OID4VCI credential definition.
ποΈ Update credential definition logo image
Uploads or updates the logo image for an OID4VCI credential definition.
ποΈ Create global configuration
Creates a global configuration for the OID4VCI issuer, including credential issuer metadata and default issuance parameters.
ποΈ Read global configuration
Retrieves a global configuration by ID for the OID4VCI issuer.
ποΈ Update global configuration
Updates an existing global configuration for the OID4VCI issuer.
ποΈ Delete global configuration
Deletes a global configuration for the OID4VCI issuer.
ποΈ List global configuration
Lists all global configurations for the OID4VCI issuer.
ποΈ Validate transaction data
Validates transaction data submitted during an OID4VCI credential issuance against the defined schema.
ποΈ Read transaction data
Retrieves an OID4VCI transaction data record by its ID.
ποΈ List transaction data
Lists transaction data records associated with OID4VCI credential issuances.
ποΈ List credential definition templates
Lists available credential definition templates for creating new credential definitions.
ποΈ List scope
Lists the OAuth 2.0 scopes available for OID4VCI credential issuance, as published in the credential issuer metadata.