GET
/
bank-account
{
  "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"
}

Authorizations

x-client-id
string
headerrequired

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

x-client-secret
string
headerrequired

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

Query Parameters

reference_id
string
default: 10

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

user_id
string
default: 1234

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

Response

200 - application/json

Find the description for each response parameter

reference_id
integer

It displays the unique ID created by Cashfree Payments for reference purposes.

name_at_bank
string

It displays the name of the account holder as per the bank records.

bank_name
string

It displays the name of the bank.

utr
string

It displays the unique transaction reference (UTR) number created by the bank to identify the transaction.

city
string

It displays the name of the city where the bank is located.

branch
string

It displays the name of the branch where the bank account is registered.

micr
integer

It represents the code used to identify banks and branches participating in the Electronic Clearing System (ECS).

name_match_score
string

It displays the score of the name match verification.

name_match_result
string

It displays the result of the name match verification.

account_status
string

It displays the status of the bank account.

account_status_code
string

It displays the status code of the bank account.