# Verifiable Credential Issuance

PBMS Beneficiary Registry (BR) can issue beneficiary credentials (e-cards) in the form of [Verifiable Credentials](https://www.w3.org/TR/vc-data-model/) (VC). These can be downloaded into the beneficiary's digital wallet upon authentication. These credentials can signify that this person is part of this benefit program. Some example use-cases are Safety Net Program Beneficiary e-Card, BPL Card, etc.

<figure><img src="https://1895884874-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnKdOHLbjDdIln1QDNwSx%2Fuploads%2Fgit-blob-60d42a75748ce7c3968ef09b19480fb96e36e286%2Fbeneficiary-e-card.jpg?alt=media" alt="" width="188"><figcaption></figcaption></figure>

{% embed url="<https://miro.com/app/board/uXjVKe3Q2Vo=/?share_link_id=906399345811>" %}

## Feature and functionality

| Feature                                                                                                        | Description                                                        |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| Online ID authentication for download                                                                          | <ul><li>Using eSignet</li></ul>                                    |
| [OpenID for VCI API](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html) implementation |                                                                    |
| Support for issuance of multiple credential types                                                              | <ul><li>Configuration of VC content without code change.</li></ul> |
| Tamper proof                                                                                                   | <ul><li>Digitally signed</li></ul>                                 |
| Download into Inji Wallet                                                                                      |                                                                    |
| Share e-card to avail services                                                                                 |                                                                    |

{% hint style="info" %}
Bulk VC issuance is not supported
{% endhint %}

## Configuration & Technical documentation

VCI uses Odoo modules:

* [G2P OpenID VCI: Base](https://docs.openg2p.org/1.3/pbms/developer-zone/odoo-modules/g2p-openid-vci-base)
* [G2P OpenID VCI: Programs](https://docs.openg2p.org/1.3/pbms/developer-zone/odoo-modules/g2p-openid-vci-programs)
* [G2P OpenID VCI: Rest API](https://docs.openg2p.org/1.3/pbms/developer-zone/odoo-modules/g2p-openid-vci-rest-api)

## Related user guides

* [Configure Inji to download Beneficiary VCs](https://docs.openg2p.org/1.3/pbms/functionality/verifiable-credential-issuance/user-guides/configure-inji-to-download-beneficiary-vcs)
