UnifyAPI
← Back to catalog

razorpayifsc.lookup

mock data$0.001 / call

Razorpay IFSC Bank Lookup

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.

Financeprovider: Razorpayifsc#razorpayifsc#finance

Input schema

ifsc_coderequired

11-character IFSC code (e.g. SBIN0005943). Format: 4 letters (bank code) + 0 + 6 digits (branch code).

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/razorpayifsc.lookup \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"ifsc_code":"<ifsc_code>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.