1. Banking Services
FoxLab Api
  • Mobile DTH Recharge
    • Plan Fetch
      GET
    • Recharge Now
      GET
    • Recharge Status Check
      GET
  • Mobile Lookup
    • Mobile To Operator
      GET
  • Pan Services
    • Aadhar To Pan Mask
      GET
    • Pan To Mask Aadhar
      GET
    • Aadhar To Pan Link Status
      GET
    • Pan To name & Dob
      GET
    • Pan Details Premium
      GET
    • Aadhar To Pan
      GET
    • Pan To Aadhar
      GET
    • Pan/Name To GST
      GET
  • Electric Bill Services
    • Electric Bill Operator Code
      GET
    • Electric Bill Details
      GET
    • Electric Bill PDF - BR
      GET
  • Banking Services
    • IFSC Code Verification
      GET
  • Email Sender
    • Send Email - SMTP
      GET
  • GST SERVICES
    • Name / Pan To GST Verification
      GET
  • Domain IP verification
    GET
  • Pincode Verification
    GET
  1. Banking Services

IFSC Code Verification

GET
https://flex4upoint.co.in/api/v1/ifscVerification

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://flex4upoint.co.in/api/v1/ifscVerification?apiKey=******&ifsc=IFSC_NUMBER'
Response Response Example
{
    "status": "100",
    "statusMessage": "success",
    "swift": "SBININBXXXX",
    "upi": true,
    "imps": true,
    "neft": true,
    "rtgs": true,
    "centre": "NEW DELHI",
    "micr": "110002087",
    "branch": "NEW DELHI MAIN BRANCH",
    "country": "IN-DL",
    "state": "DELHI",
    "district": "NEW DELHI",
    "address": "11SANSAD MARG, NEW DELHI 110 001",
    "city": "NEW DELHI",
    "contact": "",
    "bank": "State Bank of India",
    "bankcode": "SBIN",
    "ifsc": "SBIN000XXXX"
}
Modified at 2025-10-10 05:34:56
Previous
Electric Bill PDF - BR
Next
Send Email - SMTP
Built with