We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By api i have fetched state, district and branches name after that how i fetch all data like
https://ifsc.razorpay.com/YESB0DNB002
this api... i want to pass branch name and want to get all data like this...
{ "BRANCH": "Delhi Nagrik Sehkari Bank IMPS", "CENTRE": "DELHI", "DISTRICT": "DELHI", "STATE": "MAHARASHTRA", "ADDRESS": "720, NEAR GHANTAGHAR, SUBZI MANDI, DELHI - 110007", "CONTACT": "+919560344685", "IMPS": true, "CITY": "MUMBAI", "UPI": true, "MICR": "110196002", "RTGS": true, "NEFT": true, "SWIFT": null, "ISO3166": "IN-MH", "BANK": "Delhi Nagrik Sehkari Bank", "BANKCODE": "DENS", "IFSC": "YESB0DNB002" }
The text was updated successfully, but these errors were encountered:
Hey assign me this
Sorry, something went wrong.
No branches or pull requests
By api i have fetched state, district and branches name after that how i fetch all data like
https://ifsc.razorpay.com/YESB0DNB002
this api... i want to pass branch name and want to get all data like this...
{
"BRANCH": "Delhi Nagrik Sehkari Bank IMPS",
"CENTRE": "DELHI",
"DISTRICT": "DELHI",
"STATE": "MAHARASHTRA",
"ADDRESS": "720, NEAR GHANTAGHAR, SUBZI MANDI, DELHI - 110007",
"CONTACT": "+919560344685",
"IMPS": true,
"CITY": "MUMBAI",
"UPI": true,
"MICR": "110196002",
"RTGS": true,
"NEFT": true,
"SWIFT": null,
"ISO3166": "IN-MH",
"BANK": "Delhi Nagrik Sehkari Bank",
"BANKCODE": "DENS",
"IFSC": "YESB0DNB002"
}
The text was updated successfully, but these errors were encountered: