Endpoint Version: 1.0.0 | Cost: ₹0.50 per call
Verify bank branch details, name, address and RTGS/NEFT/IMPS support status from IFSC code.
| Header Name | Value / Type | Description |
|---|---|---|
| Content-Type | string |
application/json |
| X-API-Key | string |
your_api_key |
| X-API-Secret | string |
your_api_secret |
| Parameter Name | Required Type | Constraint |
|---|---|---|
| ifsc | string |
11-character IFSC code (e.g. SBIN0001234) |
| Header | Sample Value |
|---|---|
| Content-Type | application/json; charset=utf-8 |
| X-Execution-Time-Ms | 45.82 ms |
| Error Code | Description / Scenario |
|---|---|
| INVALID_PARAMETER | One or more query parameters are incorrectly formatted. |
| INSUFFICIENT_BALANCE | Your wallet balance is below the charge rate of this endpoint. |
{
"status": "success",
"data": {
"bank_name": "STATE BANK OF INDIA",
"branch": "PATNA MAIN",
"ifsc": "SBIN0001234",
"micr": "800002002",
"contact": "0612-222312"
}
}
{
"status": "error",
"message": "Authentication failed or parameter invalid"
}