IFSC Details

Overview

The IFSC (Indian Financial System Code) Details API is used to retrieve information about a particular bank branch in India, including the banks name, address, contact details, and IFSC code, using the IFSC code as the key identifier.

Price :

500 monthly
Endpoint
HTTP MethodEndpoint
posthttps://laravel.itaxeasy.com/api/bank/get-details?ifsc
Response Body
NameTypeRequiredDescription
MICRStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
BRANCHStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
ADDRESSStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
STATEStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
CONTACTStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
UPIBooleanYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
RTGSBooleanYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
CITYStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
CENTREStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
DISTRICTStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
NEFTStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
IMPSBooleanYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
SWIFTStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
ISO3166StringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
BANKStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
BANKCODEStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
IFSCStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
{
        "data": {
        "MICR": null,
        "BRANCH": "Noida Branch",
        "ADDRESS": "B-121, Sector-5,Noida-201301",
        "STATE": "UTTAR PRADESH",
        "CONTACT": "+911133996699",
        "UPI": true,
        "RTGS": true,
        "CITY": "NOIDA",
        "CENTRE": "Gautam Buddh Nagar",
        "DISTRICT": "Gautam Buddh Nagar",
        "NEFT": true,
        "IMPS": true,
        "SWIFT": null,
        "ISO3166": "IN-UP",
        "BANK": "Paytm Payments Bank",
        "BANKCODE": "PYTM",
        "IFSC": "PYTM0123456"
    }
        }