# G2P Registry: Bank Details Rest API

### Module name

g2p\_bank\_rest\_api

### Module title

G2P Registry: Bank Details Rest API

### Technology base

Odoo

### Functionality

* Establishes a dedicated REST API for handling bank details within the OpenG2P Registry.
* Enables external applications to interact with bank-related data programmatically.
* Relies on the "g2p\_registry\_rest\_api" module for REST API infrastructure.
* Integrates with the "g2p\_bank" module for core bank-related functionalities.

### Design notes

* NA

### Relationships with other entities

**Dependencies**

* Module dependencies
  * g2p\_registry\_rest\_api
  * g2p\_bank

### User interface

* NA

### Configuration

* No additional configuration steps are necessary. The module integrates seamlessly with the REST API infrastructure and the core "g2p\_bank" module.

### Source code

<https://github.com/OpenG2P/openg2p-registry/tree/15.0-develop/g2p_bank_rest_api>

### Installation

* Ensure that all required modules are installed.
* Install the "G2P Registry: Bank Details Rest API" module from the Odoo Apps interface.


---

# 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/1.3/pbms/developer-zone/odoo-modules/g2p-registry-bank-details-rest-api.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.
