# DIGIT Exchange

## Overview

DIGIT Exchange functions as a connector bridging services deployed across diverse domains. Its primary role involves signing and verifying exchange messages and generating events for ingestion into Elasticsearch for dashboard visualisation.

## Key Functionalities

* Signs the exchange messages and sends them to respective systems according to receiver ID and current domain.
* Verifies data received from other domains, converts it to JSON object and forwards it to the program service.
* Pushes the data to Kafka for dash-boarding and making the calls async.
* In case of any exception, send a reply to the service that initiated the call.

## Deployment

[Helm Charts](https://github.com/egovernments/DIGIT-DevOps/tree/74999d265513e7a1d19e75309bcd992639ba1624/deploy-as-code/helm/charts/ifix/domain-services/digit-exchange)

## Integration

/digit-exchange/

### API Spec

{% embed url="<https://editor.swagger.io/?url=https://raw.githubusercontent.com/egovernments/DIGIT-Specs/59f1f47d2e1e5f34b62a63790b4d35abdf05ef15/Common%20Services/digit-exchange.yaml>" %}


---

# 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.digit.org/public-finance/setup/configuration/services/digit-exchange.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.
