description |
---|
Understand how to issue a Verifiable Credential including an encrypted Status List in the body. |
Issuers are able to add encrypted Status Lists to the body of the Credential if they have previously created an Encrypted Status List on-ledger.
Make sure you have set up your account with cheqd Studio and are logged in, using our guide below:
Set up your account | Set up your account with cheqd Studio and log in to start using the APIs. | set-up-account.md |
Before you can create an encrypted Status List for charging for Credentials, you need to create a DID which is used to link the Status List on-ledger. Use the API in the page below to create a DID:
Create an Issuer DID | Create a W3C conformant DID on cheqd using the did:cheqd DID Method. | create-did.md |
Follow the tutorial here to create an encrypted Status List with a set of Payment Conditions to unlock:
Charge for Status List | Create an encrypted Status List on-ledger with Payment Conditions to unlock, to charge for unlocking Status Lists. | charge.md |
Follow the instructions within the /credential/create
API below to format and issue a Verifiable Credential.
Issue Credential | Issue a W3C conformant Verifiable Credential using the cheqd Studio APIs. | issue-credential.md |
{% hint style="info" %}
Ensure that the "statusListName
" and "statusPurpose
" are the same as the Status List created in Step 3. This makes sure that if the Credential Status is changed, for example, if it is revoked or suspended, the correct Status List will be updated.
{% endhint %}