# IFSC Bank Branch Lookup API

> IFSC Bank Branch Lookup API is a paid API for AI agents from verifyapi.hillguava.xyz, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns detailed bank branch information (name, address, MICR, SWIFT, and IMPS/RTGS/NEFT/UPI support flags) for a given 11-character IFSC code.

## Facts

- Endpoint: GET https://verifyapi.hillguava.xyz/verify/ifsc/:code
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ifsc-bank-branch-lookup-api-81ad623b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DR83iExRI3WGyfvpKE8kS

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ifsc-bank-branch-lookup-api-81ad623b
```

Example prompt: Can you look up the bank branch details for IFSC code HDFC0000060 — I need the branch address, MICR, SWIFT code, and whether it supports NEFT, RTGS, IMPS, and UPI?

## When to prefer this

Use this endpoint when you need to resolve an Indian bank IFSC code into full branch details including address, MICR, SWIFT, and payment rail support flags. Ideal for fintech, payment processing, or KYC workflows where branch-level verification is needed. Prefer this over manual lookups or RBI data scraping for programmatic, per-call resolution.

## Known failure modes

- Invalid or malformed IFSC code (not 11 characters) returns an error
- IFSC code not found in database returns 404 or empty result
- Missing path parameter :code results in a routing error
- Non-existent or defunct branch codes may return no data

## How this service works

Bank branch lookup by IFSC. Branch, address, MICR, SWIFT, IMPS/RTGS/NEFT/UPI flags.

## Output

Returns branch name, full branch address, MICR code, SWIFT code, and boolean flags indicating support for IMPS, RTGS, NEFT, and UPI payment rails for the given IFSC code.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ifsc-bank-branch-lookup-api-81ad623b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from verifyapi.hillguava.xyz](https://www.zero.xyz/host/verifyapi.hillguava.xyz/llms.txt)
