# Bank Account

## Overview

The Bank Account service stores the financial account details of entities (individuals or organizations).

## API Specifications

**Base path**: `/bankaccount-service/bankaccounts/`

### API Contract Link

The API specification is available [here](https://github.com/egovernments/DIGIT-Works/tree/master/backend/bankaccounts/docs). To view it in the Swagger editor, click below.

{% embed url="<https://editor.swagger.io/?url=https://raw.githubusercontent.com/egovernments/DIGIT-Works/master/backend/bankaccounts/docs/bank-account-v1.0.0.yaml>" %}

## Data Model&#x20;

### DB Schema Diagram

<figure><img src="https://github.com/egovernments/DIGIT-Works/blob/master/backend/bankaccounts/docs/Bank_Account_DB_Schema.png?raw=true" alt=""><figcaption></figcaption></figure>

### Web Sequence Diagrams

TBD

### Persister

[Bank account service persister](https://github.com/egovernments/works-configs/blob/UAT/egov-persister/bankaccounts-persister.yml)

### Indexer

No indexer has been configured for this service.&#x20;


---

# 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/works/platform/architecture/low-level-design/registries/bank-account.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.
