Loading
Loading
https://api.apifreaks.com/v1.0/iban/validation
{
"valid": true,
"iban": "GB29NWBK60161331926819",
"validation": {
"is_alpha_numeric": true,
"is_iban_supported_country": true,
"is_valid_length": true,
"is_valid_structure": true,
"is_iban_check_digit_valid": true,
"bban": "valid"
},
"bank_data": {
"bic": "NWBKGB2LBHM",
"bank": "NATIONAL WESTMINSTER BANK PLC",
"bank_code": "NWBK",
"branch_code": "601613",
"country": "United Kingdom",
"country_iso2": "GB",
"city": "BIRMINGHAM",
"address": "6 BRINDLEY PLACE - BIRMINGHAM, B1",
"account": "31926819",
"sepa": true
}
}