Create a connection: Accept an invitation
Once you get an invitation, you can accept it to create the connection between your wallet ant the wallet sending the invitation
From the Holder
In Postman, switch to the Holder collection
You got the invitation during the previous step "Create an invitation",
or you can get the invitation from the catalog (when available):
in the catalog, the invitation is connectionInvitationLink
Create a new POST request. Enter the value {{base_URL}}/connections/accept-invitation
In the Body tab, then in the raw tab, copy this json (the invitation generated from the Issuer in the previous section Create an invitation):
save your request and click on
SEND
you will receive a message
202 Accepted
Check that the connection is active
Create a new GET request. Enter the value {{base_URL}}/connections
Save your request and click
SEND
you will see your connection with the status "active" in the list of connections
From the Issuer
Once the holder send the accept-invitation, the issuer receives a webhook. Thank to this information you will be able to send the offer and automatize the processus.
Dernière mise à jour