About this endpoint
What it does
Validates an IFSC bank code sent in the request body. On success, it returns a JSON object with IFSC lookup details, or false when the code is not found or deleted.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| ifsc | String | Yes | IFSC code to look up. Case-insensitive; 11 characters. |
Response
Returns a JSON object with a required data field. The data field is either an object containing IFSC lookup details, or a boolean false when the IFSC is not found or deleted.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object / Boolean | Yes | IFSC lookup result. When it is an object, it may include bank, city, ifsc, phone, state, valid, branch, address, and std_code. When it is a boolean, it is false when the IFSC is not found or deleted. |