Skip to main content

How to send a credential to a holder wallet?

N
Written by Nick Reinhart
Updated over a year ago

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 to true 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.

Did this answer your question?