---
title: Validate IFSC API
slug: validate-ifsc-bank-code
url: https://apyhub.com/apyhub/service/validate-ifsc-bank-code
provider: ApyHub
categories: [Data Validation, Finance]
tags: [ifsc, validate]
auth: api_key
---

# Validate IFSC API

Validate an IFSC code and get bank details like branch, city, state, and phone. Returns false when the code is not found or deleted.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/validate/ifsc` | What it does Validates an IFSC bank code by accepting an ifsc value in the request body and returni… | 10 |

## About

## What it does
IFSC Bank Code Validator checks an IFSC code and returns the bank details tied to it.

Send an `ifsc` value in the request body. The code is treated case-insensitively and should be 11 characters long. If the code is valid and found, the response includes `valid` plus bank information such as `bank`, `branch`, `address`, `city`, `state`, `phone`, `std_code`, and the resolved `ifsc` value.

If the code is not found or has been deleted, the response can be `false` instead of a details object. That makes it easy to branch your logic in payment flows, account setup checks, or bank-detail lookup screens without parsing extra metadata.

Use IFSC Bank Code Validator when you need to verify Indian bank routing codes before saving beneficiary details, reducing failed transfers and bad records in finance or onboarding workflows.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/validate-ifsc-bank-code
