We have three ways to insert a VC into a wallet:
The Send via email endpoint will send it directly into the wallet. This was intended as a way to send something to a wallet without needing OIDC for issuance. Very simple way to give someone a credential. Set the
sendNotification
parameter totrue
if you want an email notification to be sent to the holder's email.Using our credential offer claiming flow: Create a Credential Offer and then Accept or Reject it.
The Insert endpoint, that can only be executed by the wallet holder. Not recommended for the general issuance and storage flow.