API 优势
IBAN 验证
50 多个国家的格式和校验和验证。
BIC 支持
BIC 验证及银行信息。
全球覆盖
欧洲、亚洲、非洲和美洲。
格式验证
按国家规则验证结构和长度。
校验和验证
checksum 算法确保数据完整性。
极速响应
100 毫秒以内,99.9% SLA。
主要功能
IBAN format validation
BIC code validation
50+ countries supported
Checksum verification
Country-specific validation
Account type detection
Currency identification
Structure validation
Example generation
Error detection
Bulk validation
JSON response format
快速入门
1. 获取 API 密钥
免费注册,立即获得密钥。
2. 发起第一次请求
curl -X GET \ "https://bankvalidation.cleariflow.com/v1/iban/" \ ?api_key=b160926fe507001a26c0723ec8c72551 \ &iban=DE89370400440532013000
3. 处理响应
{
"iban": "DE89370400440532013000",
"is_valid": true,
"country_code": "DE",
"country_name": "Germany",
"bank_code": "37040044",
"account_number": "0532013000",
"length": 22,
"expected_length": 22,
"checksum_valid": true,
"format_valid": true,
"details": {
"structure": "BBBB BBBB BBBB BBBB BB",
"example": "DE89 3704 0044 0532 0130 00",
"bank_name": "Bank information not available",
"bank_bic": "BIC not available",
"account_type": "Bank Account",
"currency": "EUR"
}
}免费试用
集成 API 前先使用在线工具。