IBAN 验证
50 多个国家的格式和校验和验证。
50 多个国家的格式和校验和验证。
BIC 验证及银行信息。
欧洲、亚洲、非洲和美洲。
按国家规则验证结构和长度。
checksum 算法确保数据完整性。
100 毫秒以内,99.9% SLA。
免费注册,立即获得密钥。
curl -X GET \ "https://bankvalidation.cleariflow.com/v1/iban/" \ ?api_key=YOUR_API_KEY \ &iban=DE89370400440532013000
{
"account_number": "0532013000",
"bank_code": "37040044",
"checksum_valid": true,
"country_code": "DE",
"country_name": "Germany",
"details": {
"account_type": "Bank Account",
"bank_bic": "BIC not available",
"bank_name": "Bank information not available",
"currency": "EUR",
"example": "DE89 3704 0044 0532 0130 00",
"structure": "BBBB BBBB BBBB BBBB BB"
},
"expected_length": 22,
"format_valid": true,
"iban": "DE89370400440532013000",
"is_valid": true,
"length": 22
}