---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/retrieve-a-bank-account
page_title: Retrieve a bank account
---

## API Version: default


# Retrieve a bank account



By default, you can see the 10 most recent bank accounts stored on a customer directly on the object, but you can also retrieve details about a specific bank account stored on the LotusPay account.

Retrieves an existing bank account object. Supply the unique bank account identifier.

**ARGUMENTS** 


| Argument | Description |
|---|---|
| bank_account REQUIRED	 | The identifier of the bank account to be retrieved. |
| customer REQUIRED	 | The identifier of the customer who owns the bank account. |


**Returns**  Returns a bank account object if a valid identifier was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/customers/{ID}/bank_accounts/{ID}

- Production: https://api.lotuspay.com/v1/customers/{ID}/bank_accounts/{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:
