Send Presentation request
As a relying party (e.g Verifier), you want to validate user or company attestations. The verifier needs to initiate de communication by sending a presentation request.
From the Verifier wallet
In this example, you will request a presentation of the attestation you created previously
Create a new request with the Method POST and the value {{base_URL}}/presentations/send-request
Rename this request "Send presentation request"
Select the tab
Body
, then selectraw
and copy/paste this json request (replace the connectionId by the Id you received in the webhook):
Save the request and click
SEND
you will get a response "Status 204 No Content"
at the same time, you will receive a webhook
It's possible to send presentation request for attributes from several attestations. See Send presentations request
Dernière mise à jour