# 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="/files/R5AUW2D6idaIyy7JagIv" 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](/products/pbms/previous-generation/developer-zone/odoo-modules/g2p-openid-vci-base.md)
* [G2P OpenID VCI: Programs](/products/pbms/previous-generation/developer-zone/odoo-modules/g2p-openid-vci-programs.md)
* [G2P OpenID VCI: Rest API](/products/pbms/previous-generation/developer-zone/odoo-modules/g2p-openid-vci-rest-api.md)

## Related user guides

* [Configure Inji to download Beneficiary VCs](/products/pbms/previous-generation/functionality/verifiable-credential-issuance/user-guides/configure-inji-to-download-beneficiary-vcs.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openg2p.org/products/pbms/previous-generation/functionality/verifiable-credential-issuance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
