---
page_source: https://docs.juspay.io/payout-sea/docs/integration/bank-account-validation-status-check
page_title: Bank Account Validation Status Check
---

## API Version: default


# Bank Account Validation Status Check



Merchant can check status of account validation which are in pending status## Endpoints:
- Production: https://api.juspay.in/payout/merchant/v1/benedetails/{customerId}/{beneId}

## Request Type: 
GET

## Authorization:

#### Basic Auth:
Consists of two parts.

* Username: API Key obtained from Juspay dashboard
* Password: Empty string

Example:- Basic MUQ2QUxxxxxxxxxxxxU5QTIxQzNFNTQwNkFDMEZCOg==
- Tags: String, Mandatory
## Headers:

#### x-merchantid:
pass merchant id that is provided by Juspay
- Tags: string
## Sample Code Snippets:
### Sample Request:

#### Request Code Snippet:

```request
curl --location --request GET 'https://api.juspay.in/payout/merchant/v1/benedetails/:customerId/:beneId' \
-u your_api_key: \
--header 'x-merchantid: <merchant-id>' 
```

### Sample Response:

#### Response:
```json
{
  "validateResp": {
      "subCode": "200",
      "status": "SUCCESS",
      "message": "Bank Account details verified successfully",
      "data": {
          "utr": "1644216813753653",
          "refId": "1064897",
          "nameAtBank": "JOHN DOE",
          "micr": 400532038,
          "city": "GREATER BOMBAY",
          "branch": "SANTACRUZ, MUMBAI",
          "bankName": "YES BANK",
          "amountDeposited": "1"
      },
      "accountStatusCode": "ACCOUNT_IS_VALID",
      "accountStatus": "VALID"
  },
  "uniqueId": "Arun27",
  "status": "VALID",
  "remark": "Bank Account details verified successfully",
  "nameAtBank": "JOHN DOE",
  "fulfillmentMethod": "CFGEN_IMPS",
  "beneDetails": {
      "details": {
          "name": "Shubham Kumar",
          "ifsc": "YESB0000262",
          "account": "026291800001191"
      },
      "type": "ACCOUNT_IFSC"
  }
}
"fulfillmentMethod": "CFGEN_IMPS"
}
```

## API Responses:
### 200:

#### json:
- Tags: Object
### 400:

#### object:
- Description: {}
- Tags: Object
