GET
/
bank-account
/
bulk
curl --request GET \
  --url https://sandbox.cashfree.com/verification/bank-account/bulk \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
"bulk_verification_id": "test-bulk-123",
"bulk_reference_id": 1234,
"entries": [
{
"bank_account": 11020001772,
"ifsc": "HDFC0000001",
"name": "John Doe",
"phone": 7709736537,
"reference_id": 1097293,
"name_at_bank": "John Doe",
"account_status": "VALID",
"account_status_code": "ACCOUNT_IS_VALID",
"utr": "404223241811",
"name_match_score": "100",
"name_match_result": "DIRECT_MATCH"
}
]
}

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted.

Query Parameters

bulk_reference_id
integer

It is unique ID you receive in the response of Bulk Bank Account Verification API. format: int64

bulk_verification_id
string

It is the unique ID created to identify the bulk bank validation request.

reference_id
integer

It is unique ID for a single entry you receive in the response of Get status of Bulk Bank Account Verification API. format: int64

Response

200
application/json

Success response for Get Bulk BAV Status V2

The response is of type object.