Razorpay IFSC Bank Lookup
razorpay.ifsc.lookupRetrieve Indian bank branch details (name, address, UPI/NEFT/RTGS/IMPS capabilities) using an 11-character IFSC code.
Instructions
Look up Indian bank branch details (name, address, IFSC capabilities like UPI/NEFT/RTGS/IMPS) by IFSC code. Free, MIT-licensed open data covering all Indian banks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ifsc_code | Yes | 11-character IFSC code (e.g. SBIN0005943). Format: 4 letters (bank code) + 0 + 6 digits (branch code). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |