Get the BIC for an IBAN.
GET {{baseUrl}}/ibans/:iban/bic
For a given IBAN, you can retrieve the BIC of the institution that services the IBAN. This API is compliant with the requirement for BIC from IBAN derivation defined in the Regulation (EU) No 260/2012.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"bic": "DEUTDEFFXXX"
} |
ENDPOINTS