IBAN検証
50以上の国でフォーマットとチェックサム検証。
50以上の国でフォーマットとチェックサム検証。
BIC検証と銀行情報。
欧州、アジア、アフリカ、米州。
国別の構造と長さを検証。
データ整合性のためのchecksumアルゴリズム。
100ms未満、99.9% SLA。
無料登録ですぐにキーを取得。
curl -X GET \ "https://bankvalidation.cleariflow.com/v1/iban/" \ ?iban=DE89370400440532013000 \ &api_key=YOUR_API_KEY
{
"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
}