{
"input": "HDFC0001234",
"normalized": "HDFC0001234",
"valid": true,
"reason": "ok",
"reference_match": true,
"reference_status": "matched",
"branch": {
"ifsc_code": "HDFC0001234",
"bank_name": "HDFC Bank",
"branch_name": "PARK STREET",
"city": "JAIPUR",
"district": "JAIPUR",
"state": "RAJASTHAN",
"source": "razorpay_ifsc"
},
"attribution": [
{
"source": "Reserve Bank of India (RBI)",
"dataset": "Bank branch and IFSC reference publications",
"license": "Public reference data (verify latest RBI terms)",
"url": "https://www.rbi.org.in/",
"notice": "IFSC checks include format validation and can be augmented with RBI reference datasets for branch-level verification."
},
{
"source": "Federal Reserve Financial Services",
"dataset": "FedACH Routing Directory",
"license": "U.S. federal reference data",
"url": "https://www.frbservices.org/resources/routing-number-directory",
"notice": "US routing-number checks use checksum validation and can be matched against FedACH routing directory records for bank-level lookup."
},
{
"source": "ISO 13616 / IBAN specification",
"dataset": "IBAN structure and checksum rules",
"license": "Specification-derived validation logic",
"notice": "IBAN endpoint validates structure and checksum only and does not confirm account existence."
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13400/quick+financial+validation+api/28735/check+ifsc+code?ifsc=HDFC0001234' --header 'Authorization: Bearer YOUR_API_KEY'
{
"input": "GB82WEST12345698765432",
"normalized": "GB82WEST12345698765432",
"country_code": "GB",
"expected_length": 22,
"actual_length": 22,
"checksum_valid": true,
"valid": true,
"reason": "ok",
"attribution": [
{
"source": "Reserve Bank of India (RBI)",
"dataset": "Bank branch and IFSC reference publications",
"license": "Public reference data (verify latest RBI terms)",
"url": "https://www.rbi.org.in/",
"notice": "IFSC checks include format validation and can be augmented with RBI reference datasets for branch-level verification."
},
{
"source": "Federal Reserve Financial Services",
"dataset": "FedACH Routing Directory",
"license": "U.S. federal reference data",
"url": "https://www.frbservices.org/resources/routing-number-directory",
"notice": "US routing-number checks use checksum validation and can be matched against FedACH routing directory records for bank-level lookup."
},
{
"source": "ISO 13616 / IBAN specification",
"dataset": "IBAN structure and checksum rules",
"license": "Specification-derived validation logic",
"notice": "IBAN endpoint validates structure and checksum only and does not confirm account existence."
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13400/quick+financial+validation+api/28736/verify+iban+format?iban=GB82WEST12345698765432' --header 'Authorization: Bearer YOUR_API_KEY'
{
"input": "021000021",
"normalized": "021000021",
"checksum_valid": true,
"valid": true,
"reason": "ok",
"reference_status": "matched",
"reference_match": true,
"bank": {
"routing_number": "021000021",
"customer_name": "JPMORGAN CHASE",
"city": "TAMPA",
"state": "FL",
"zip_code": "336100000",
"phone": "8134323700",
"institution_status_code": "1",
"source": "fedach",
"updated_at": "2026-07-29T17:19:03.916039Z"
},
"attribution": [
{
"source": "Reserve Bank of India (RBI)",
"dataset": "Bank branch and IFSC reference publications",
"license": "Public reference data (verify latest RBI terms)",
"url": "https://www.rbi.org.in/",
"notice": "IFSC checks include format validation and can be augmented with RBI reference datasets for branch-level verification."
},
{
"source": "Federal Reserve Financial Services",
"dataset": "FedACH Routing Directory",
"license": "U.S. federal reference data",
"url": "https://www.frbservices.org/resources/routing-number-directory",
"notice": "US routing-number checks use checksum validation and can be matched against FedACH routing directory records for bank-level lookup."
},
{
"source": "ISO 13616 / IBAN specification",
"dataset": "IBAN structure and checksum rules",
"license": "Specification-derived validation logic",
"notice": "IBAN endpoint validates structure and checksum only and does not confirm account existence."
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13400/quick+financial+validation+api/28737/verify+routing+number?routing_number=021000021' --header 'Authorization: Bearer YOUR_API_KEY'
{
"input": "021000021",
"found": true,
"bank": {
"routing_number": "021000021",
"customer_name": "JPMORGAN CHASE",
"address": "3RD FLOOR",
"city": "TAMPA",
"state": "FL",
"zip_code": "336100000",
"phone": "8134323700",
"office_code": "O",
"record_type_code": "1",
"servicing_frb_number": "021001208",
"institution_status_code": "1",
"data_view_code": "1",
"source": "fedach",
"updated_at": "2026-07-29T17:19:03.916039Z"
},
"attribution": [
{
"source": "Reserve Bank of India (RBI)",
"dataset": "Bank branch and IFSC reference publications",
"license": "Public reference data (verify latest RBI terms)",
"url": "https://www.rbi.org.in/",
"notice": "IFSC checks include format validation and can be augmented with RBI reference datasets for branch-level verification."
},
{
"source": "Federal Reserve Financial Services",
"dataset": "FedACH Routing Directory",
"license": "U.S. federal reference data",
"url": "https://www.frbservices.org/resources/routing-number-directory",
"notice": "US routing-number checks use checksum validation and can be matched against FedACH routing directory records for bank-level lookup."
},
{
"source": "ISO 13616 / IBAN specification",
"dataset": "IBAN structure and checksum rules",
"license": "Specification-derived validation logic",
"notice": "IBAN endpoint validates structure and checksum only and does not confirm account existence."
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13400/quick+financial+validation+api/28738/retrieve+bank+details+by+routing+number?routing_number=021000021' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 快速财务验证 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
领先企业的信赖之选
每个端点返回特定的金融验证数据 IFSC端点提供银行名称 分支位置和有效性状态 IBAN端点返回格式有效性 预期长度和校验和状态 路由号码端点提供银行名称 地址和支持的交易类型
关键字段包括“有效性”和“原因”用于验证状态,“银行名称”和“分支名称”用于IFSC,“国家代码”和“校验和有效性”用于IBAN,以及“客户名称”和“地址”用于路由号码。这些字段帮助用户评估财务信息的准确性
返回的数据采用JSON格式结构,包含嵌套对象以提供详细信息。每个响应包括“输入”、“有效”等字段,以及与被验证的金融代码相关的具体细节,确保清晰和易用性
IFSC端点提供银行和分行详细信息 IBAN端点检查格式和校验和的有效性 而路由号码端点提供银行信息和交易能力 这些综合数据支持各种金融操作
数据来源于印度储备银行(RBI)等可靠机构的IFSC代码和联邦储备银行的路由号码。这些来源确保验证过程中的高准确性和可靠性
数据准确性通过来自权威来源的定期更新和验证检查(例如格式和校验和验证)得以维护这确保用户接收到可靠和最新的财务信息
典型用例包括验证银行详细信息以进行资金转移 在应用程序中集成银行功能 并确保电子商务中的正确支付处理 这有助于减少错误并提升用户体验
用户可以通过检查“valid”字段来确认财务代码的准确性,以利用返回的数据。他们还可以利用详细信息,如银行名称和地址,进行交易处理和客户验证