# India Data Gateway — IFSC Code Verification

> India Data Gateway — IFSC Code Verification is a paid API for AI agents from gateway.hillguava.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Looks up an Indian bank branch by IFSC code, returning bank name, branch details, and supported payment rails (UPI, IMPS, NEFT, RTGS).

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/verify/ifsc/%7Bcode%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/india-data-gateway-ifsc-code-verification-5f2e65e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fxEYa05SgBpZ4r6WgyAuf

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 india-data-gateway-ifsc-code-verification-5f2e65e3
```

Example prompt: Can you verify IFSC code HDFC0000060 and tell me which bank and branch it belongs to, and whether it supports UPI and NEFT?

## When to prefer this

Use this endpoint when you need to validate or enrich an Indian bank IFSC code — especially to confirm which payment rails (UPI, IMPS, NEFT, RTGS) a branch supports — without needing an API key or account, paying only $0.01 USDC per call via x402.

## Known failure modes

- Invalid or malformed IFSC code returns an error or empty result
- Non-existent IFSC code returns a not-found response
- Payment failure (USDC on Base) blocks the request
- Temporary gateway downtime causes a 5xx error

## How this service works

The India data layer for AI agents. Pay only for the calls you make — no API keys, no accounts, no minimums, no rate limits. One x402 origin covering Indian weather (forecasts, monsoon), markets (stocks, indices, F&O with Black-Scholes Greeks, historical, mutual funds), RBI macro, identity/format verification (IFSC, pincode, GSTIN), NSE market holidays, panchang (Hindu almanac), and live cricket scores. Settle per call in USDC on Base.

## Output

Returns a JSON object with the bank name, the IFSC code, the branch name and location, and boolean flags indicating support for UPI, IMPS, NEFT, and RTGS payment rails.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bank": "HDFC Bank",
  "ifsc": "HDFC0000060",
  "branch": "MUMBAI - FORT",
  "supports": {
   "upi": true,
   "imps": true,
   "neft": true,
   "rtgs": true
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-data-gateway-ifsc-code-verification-5f2e65e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.hillguava.xyz](https://www.zero.xyz/host/gateway.hillguava.xyz/llms.txt)
