---
page_title: NACH Banks API
product: lotuspay
platform: web
page_source: https://docs.juspay.io/lotuspay/web/mandate-management-apis/nach-banks-api
openapi: https://docs.juspay.io/api/swagger?document=https%3A%2F%2Fdocs.juspay.io%2Flotuspay%2Fweb%2Fmandate-management-apis%2Fnach-banks-api
llms_txt: https://docs.juspay.io/llms.txt
product_llms_txt: https://docs.juspay.io/lotuspay/llms.txt
---

## API Version: default


# NACH Banks API



To check the details of the NACH banks along with the supported auth methods for all Onmags APIs.(Create/Amend/Pause/Resume/Cancel)## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/nach_banks/AUBL

- Production: https://api.lotuspay.com/v1/nach_banks/AUBL

## Request Type: 
GET

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  c2tfdGVzdF82MXFIUURuYTg2c2Rmc2Rmc2RmbW5HMWVBaUQ6
- Tags: required
## Sample Code Snippets:
### Code Snippets:

#### Request Code Snippet:

```request
429: Too Many Requests
For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service).
```

### Sample Request and Response:

#### Response:
```json
{
    "object": "nach_bank",
    "livemode": true,
    "id": "AUBL",
    "display_name": "AU Small Finance Bank",
    "name": "AU SMALL FINANCE BANK LTD",
    "ifsc": "AUBL0000001",
    "ach_dr": true,
    "variant_esign": true,
    "variant_api": true,
    "variant_api_debitcard": true,
    "variant_api_netbanking": true,
    "variant_api_aadhaar": true,
    "variant_api_others": false,
    "mandate_amend": {
        "net_banking": false,
        "aadhaar": true,
        "debit_card": true,
        "others": false
    },
    "mandate_cancel": {
        "net_banking": false,
        "aadhaar": true,
        "debit_card": true,
        "others": false
    },
    "mandate_pause": {
        "net_banking": false,
        "aadhaar": true,
        "debit_card": true,
        "others": false
    },
    "mandate_resume": {
        "net_banking": false,
        "aadhaar": false,
        "debit_card": false,
        "others": false
    }
}
```

## API Responses:
