issuer

Prepare Batch Credential

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

post/issuer/interactions/prepare-credential-batch

Request body

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.