Issue Credential with OIDC4CI with Pre-Authorization Flow
Integrators can use this endpoint to request a Credential Issuance using OIDC Pre-Authorized In Time flow.
Request Body — REQUIRED |
---|
issuanceId string — REQUIREDAn identifier of the Credential Request. |
credentialTypeId string — REQUIREDCredential type ID of the type of credential that is requested to be issued. |
credentialSubject object — REQUIREDThe content of the credentialSubject. This payload must comply with the same data structure of the credentialType of the credential that is being issued. Note that if there's an id field in the credentialSubject, this id has to be the did of the subject of the credential, following the W3C standard. |
issuerDid stringIf the entity has multiple Dids, the integrator can specify which Did the credential wil be issued with. |
userPin numberThe user is issued a PIN over the counter, which serves as a security mechanism. The PIN must be a numeric value ranging from 0 to 99999999. |
notificationUrl stringThe integrator can optionally provide a notification callback URL to receive feedback from the API when the holder successfully receives the credential to the wallet. The notificationUrl will receive a POST request containing an object that indicates whether the process was successful. |
Responses | |||
---|---|---|---|
201 The response provides two different values and the integrator can consume whichever is useful in integrator's flow.
|