International bank account number (IBAN) parameter of the API call.
>= 10 characters<= 100 characters
Validates the international bank account number (IBAN) and returns detail information if available.
International bank account number (IBAN) parameter of the API call.
>= 10 characters<= 100 characters
IBAN information
IBAN validation result and IID if available.
Validation result. Possible values:
Each bank / financial institution is identified by an IID (institution identification). IIDs are three to five digits long. QR-IIDs consist exclusively of numbers from 30000 to 31999.
Example:9703
curl --request GET \
--url 'https://api.six-group.com/api/epcd/bankmaster/v3/iban?iban=' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'{
"validationResult": "validationResult",
"iid": 9703
}System Healthcheck
This allows to check the basic state of the API (can it be reached, does it respond).
Returns a status message of the system.
Healthcheck successful
Response message from health check.
<= 100 characters
Example:The health check GET request was successfully received and processed.
According to RFC3339, section 5.6 in ISO 8601 with timezone and milliseconds.
Example:2023-01-21T10:52:05.1904957+01:00
The instance to which the request was sent to.
Example:X1
The version of the API backend.
Example:4.5.0-julia
The version of the API.
Example:1.0.23
curl --request GET \
--url https://api.six-group.com/api/epcd/bankmaster/v3/healthcheck \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'{
"message": "The health check GET request was successfully received and processed.",
"requestDateTime": "2023-01-21T10:52:05.1904957+01:00",
"receivedHeaders": [
{
"headerName": "Accept",
"headerValue": "application/json"
}
],
"environmentStage": "X1",
"applicationVersion": "4.5.0-julia",
"apiVersion": "1.0.23"
}Returns a status message of the system (only head, no content).
Content can be downloaded with GET method.
curl --request HEAD \
--url https://api.six-group.com/api/epcd/bankmaster/v3/healthcheck \
--header 'Content-Type: application/json'Content can be downloaded with GET method.The total count of records in the entries list.
Master data is edited and published on a daily basis. Therefore the data is valid on that exact date only.
Example:2023-01-23
Date and time (according to ISO 8601) at which this response was created.
Example:2023-01-21T10:52:05.1904957+01:00
{
"totalSize": 0,
"validOn": "2023-01-23",
"readTime": "2023-01-21T10:52:05.1904957+01:00",
"entries": [
{
"iid": 9703,
"validOn": "2023-01-23",
"entryType": "BankMasterConcatenated"
}
]
}