GET
/
bank-account
curl --request GET \
  --url https://sandbox.cashfree.com/verification/bank-account \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
"reference_id": 34,
"name_at_bank": "BHARATHTEST GKUMARUT",
"bank_name": "YES BANK",
"city": "MUMBAI",
"branch": "SANTACRUZ, MUMBAI",
"micr": 400532038,
"name_match_score": "90.00",
"name_match_result": "GOOD_PARTIAL_MATCH",
"account_status": "VALID",
"account_status_code": "ACCOUNT_IS_VALID",
"utr": "404223241811",
"ifsc_details": {
"bank": "YES BANK",
"ifsc": "YESB0000262",
"ifsc_subcode": "YESB0",
"address": "GROUND FLOOR, 123, ABC CIRCLE, XYZ MAIN ROAD, MUMBAI - 560098",
"city": "MUMBAI",
"state": "MAHARASHTRA",
"branch": "SANTACRUZ, MUMBAI",
"category": "SUB_MEMBER",
"swift_code": "ABCDINBBDCL",
"micr": 560751026,
"nbin": 1234
}
}

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

reference_id
string

It is unique ID you receive in the response of Bank Account Verification Sync and Async APIs.

user_id
string

It is the unique ID created by you to identify the verification request for async.

Response

200
application/json

Success response for Get Details V2

The response is of type object.