Get details for an IBAN.
GET {{baseUrl}}/ibans/:iban
For a given IBAN, you can obtain the components of the IBAN.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"iban": "DE04500700100532013000",
"country_code": "DE",
"checksum": "04",
"bank_id": "50070010",
"account_number": "0532013000",
"length": 22,
"is_iso": true
} |
ENDPOINTS