A Golang Api server for IFSC codes
using docker:
make build
make run
go mod download
go run main.go
Your server should now be accessible at http://localhost:8080
Route | Method | Response |
---|---|---|
/bank/:ifsc | GET | JSON |
A sample response is:
{
"BANK": "Karnataka Bank",
"IFSC": "KARB0000001",
"BRANCH": "Karnataka Bank IMPS",
"CENTRE": "NA",
"DISTRICT": "MANGALORE",
"STATE": "KARNATAKA",
"ADDRESS": "REGD. & HEAD OFFICE, P.B.NO.599, MAHAVEER CIRCLE, KANKANADY, MANGALORE - 575002",
"CONTACT": "2228222",
"IMPS": true,
"CITY": "DAKSHINA KANNADA",
"UPI": true,
"MICR": "NA",
"NEFT": true,
"RTGS": false
}
Request URL: http://localhost:8080/bank/KARB0000001
- Checkout
auth
branch for JWT auth support - Checkout
paseto
branch for Paseto auth support - Get the latest IFSC dataset from razorpay.
- This project is inspired by razorpay-ifsc.
👤 Anoop B
- Github: @anoop-b
Give a ⭐️ if this project helped you!