Confirm an issue process at a desk
POST/api/v2/credential/issue/:correlationId/confirm
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Passes on the confirmation code the citizen read from their phone, which binds the identity verified in person to the wallet that opened this session. Supply template_id along with it when the wallet started from a credential offer that carries no data of its own, plus either the claims to put in the credential or the bsn to read them from the BRP with.
Required Role
| Role | Description |
|---|---|
WALLET_ISSUE_CREDENTIAL_CRUD | Issue Credentials. Read and delete issued credentials |
Request
Responses
- 204
- 400
- 401
The wallet may collect its authorization code.
Wrong code, too many attempts, a session that is not waiting for one, claims that do not fit the template, both a bsn and claims at once, or a bsn where this deployment reads no BRP.
Unauthorized.