v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

IFSC Lookup

Instantpay's IFSC Lookup API helps businesses verify IFSC codes and find bank branches. This ensures accurate, efficient fund transfers. This API provides precise, up-to-date IFSC data. It helps reduce errors and improve transaction workflows.

The IFSC Lookup API helps organizations. It validates bank details and reduces the risk of issues from incorrect IFSC codes. This streamlines their financial processes.

For secure, accurate financial transactions, businesses need Instantpay's IFSC Lookup API. It is a key tool. It boosts efficiency and enables smooth fund transfers.

get/ifsc

Headers

X-Ipay-Auth-Codestring

Auth Code

X-Ipay-Client-Idstring

Unique Client Id Provided by Instantpay

X-Ipay-Client-Secretstring

Unique Client Secret Provided by Instantpay

X-Ipay-Endpoint-Ipstring

End Customer IP Address

Request body

ifscstring

ifsc code of the bank.

latitudestring

End Customer Latitude.

longitudestring

End Customer Longitude.

externalRefstring

Your Unique Transaction id

Response

200

statuscodestring
{"stackTrail":"paths:/ifsc:get:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/ifsc:get:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "poolReferenceId": "1230621161230BRZBJ",
    "pool": {
      "account": "7428585742",
      "openingBal": "987.61",
      "mode": "DR",
      "amount": "0.59",
      "closingBal": "987.02"
    },
    "ifscDetails": {
      "ifsc": "ABHY0065002",
      "bankName": "1 ABHYUDAYA COOPERATIVE BANK LIMITED",
      "branchName": "1 ABHYUDAYA COOPERATIVE BANK LIMITED",
      "branchAddress": "1 KMSPM'S SCHOOL, WADIA ESTATE, BAIL BAZAR-KURLA(W), MUMBAI-400070",
      "branchPincode": 400070,
      "branchArea1": "1 MUMBAI",
      "branchArea2": "1 GREATER MUMBAI",
      "branchState": "1 MAHARASHTRA"
    }
  },
  "timestamp": "2023-06-21 16:12:30",
  "ipay_uuid": "h00099768add-1475-48f2-95dd-1f450c7dbf3e",
  "orderid": "1230621161230BRZBJ",
  "environment": "SANDBOX"
}