issuer

Prepare Credential

Used by VCS OIDC credential endpoint to request credential to conclude OIDC issuance flow.

post/issuer/interactions/prepare-credential

Request body

typesstring[] required

Array of types of the credential being issued.

formatstring

Format of the credential being issued.

didstring

DID to which issued credential has to be bound.

audienceClaimstring required

The "aud" claim received from the client.

tx_idstring required

Transaction ID.

hashed_tokenstring required

Hashed token received from the client.

Response

OK

formatstring required

Format of issued credential. Internal use only.

oidc_formatstring required

OIDC credential format. Internal use only.

credentialsCredentialResponseCredentialObject[] required— unresolved $ref

Contains an array of one or more issued Credentials.

notification_idstring required

String identifying an issued Credential that the Wallet includes in the acknowledgement request.

retryboolean required

Boolean value indicating whether the Wallet should retry the issuance request. Internal Use. Used for deferred issuance.