---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/retrieve-an-nach-bank
page_title: Retrieve an NACH bank
---

## API Version: default


# **Retrieve an NACH bank** 



Retrieves an existing NACH bank object. Supply the unique NPCI NACH Bank Code in the url.


| First Column | Second Column | Third Column |
|---|---|---|


**ARGUMENTS** 


| Argument | Description |
|---|---|
| nach_bank REQUIRED	 | Four-character NPCI NACH Bank Code of the bank to be retrieved. |


**Returns**  Returns an NACH bank object if a valid NPCI NACH Bank Code was provided in the url.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/nach_banks/{ID}

- Production: https://api.lotuspay.com/v1/nach_banks/{ID}

## Request Type: 
GET

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  sk_test_XjIHowXWSI23uvjepz2X82
## Sample Code Snippets:
### Sample Request and Response:

#### Request:
```Shell
{"success":false,"message":"No Data found for the given path"}
```

#### Response:
```json
{"success":false,"message":"No Data found for the given path"}
```

## API Responses:
