Check validity of a BIC.
GET {{baseUrl}}/bics/:bic/validity?effective_date=2019-07-23
You can check whether a BIC is correct and valid, that is whether it is published in the BIC Directory; optionally, you can check whether a BIC was valid at a particular date in the past.
Body
PARAM
Key | Datatype | Required | Description |
effective_date
|
string | A date in YYYY-MM-DD format |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"bic": "DEUTDEFFXXX",
"validity": "VBIC",
"effective_date": "2019-07-23Z"
} |
ENDPOINTS