---
title: "IFSC Lookup"
method: GET
path: "/ifsc"
---

# IFSC Lookup

`GET /ifsc`

Instantpay's IFSC Lookup API helps businesses verify IFSC codes and find bank branches. This ensures accurate, efficient fund transfers. This API provides precise, up-to-date IFSC data. It helps reduce errors and improve transaction workflows.

The IFSC Lookup API helps organizations. It validates bank details and reduces the risk of issues from incorrect IFSC codes. This streamlines their financial processes. 

For secure, accurate financial transactions, businesses need Instantpay's IFSC Lookup API. It is a key tool. It boosts efficiency and enables smooth fund transfers.

## Headers

- `X-Ipay-Auth-Code` string
- `X-Ipay-Client-Id` string
- `X-Ipay-Client-Secret` string
- `X-Ipay-Endpoint-Ip` string

## Request body

- object
  - `ifsc` string — ifsc code of the bank.
  - `latitude` string — End Customer Latitude.
  - `longitude` string — End Customer Longitude.
  - `externalRef` string — Your Unique Transaction id

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `poolReferenceId` string
    - `pool` object
      - `account` string
      - `openingBal` string
      - `mode` string
      - `amount` string
      - `closingBal` string
    - `ifscDetails` object
      - `ifsc` string
      - `bankName` string
      - `branchName` string
      - `branchAddress` string
      - `branchPincode` integer
      - `branchArea1` string
      - `branchArea2` string
      - `branchState` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string
  - `internalCode` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/revisions/1d0672797b14/schema)
