Check validity of an IBAN, with SEPA-only option.
GET {{baseUrl}}/ibans/:iban/validity?sepa_only=true
You can check whether an IBAN is valid, by restricting validation to SEPA countries.
Body
PARAM
Key | Datatype | Required | Description |
sepa_only
|
boolean | Whether the IBAN validation must be restricted to SEPA countries |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"iban": "IT60X0542811101000000123456",
"validity": "IVAL"
} |
ENDPOINTS