- Cashfree does not support the verification of Deutsche Bank and Paytm Payments Bank accounts.
- For further queries, please refer to the Bank Account Verification FAQs.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
Send the signature if two-factor authentication is selected as Public Key. More details
Query Parameters
It is unique ID you receive in the response of Bulk Bank Account Verification API.
format: int64
It is the unique ID created to identify the bulk bank validation request.
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
Success response for Get Bulk BAV Status V2
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1234
It displays the unique ID you created to identify the API request.
"test-bulk-123"
It displays the verified bank account information
[
{
"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"
}
]