Start verification
POST/api/presentationexchange/:verifierTemplateKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
To start receiving verifiable credentials, a few steps are required:
- Create a Verifier template in the UI of your Organization Wallet. In the UI you select the type of credentials you want to receive. Examples: KvkRegistration and Proofed IBAN. You can select multiple credential types.
- With the 'Verifier template key' in the UI you refer to this Verifier template
- Start the exchange of credentials by calling this API with the template key. In the request you can provide the Wallet URL of the user and the URL to redirect the customer to after a successful exchange.
- The response of the API call provides you with a presentationRequestUri. In the same-device flow you should redirect the browser of your customer to this URL to start the exchange.
- From your backend you can poll the presentationStatusUri to retrieve the status of the exchange. Once completed the status response will hold the credentials received.
Request
Responses
- 200
- 400
- 401
OK.
Invalid input provided.
Unauthorized.