Bankcodes API
Get a paginated list of all bankcodes for a query string
For a paginated result of bankcodes based on a query string, send a get request to this endpoint.
get/bankcodes/autocomplete
Query parameters
qstring required
Use a query string to search for a bank by name
country_id'DE' | 'AT' | 'CH'
The 2-letter country code
Example:DE
Two letter country code id, e.g. AT, CH, DE
per_pageinteger
Items per page
pageinteger
Which page to display
product'xs2a_verify' | 'xs2a_risk' | 'xs2a_pay' | 'xs2a_api'
The name of the xs2a product.
Example:xs2a_risk
Limit your search to a specific product
Response
Request successfully processed
Example response
{
"total": 26,
"per_page": 15,
"current_page": 1,
"last_page": 15,
"from": 1,
"to": 15,
"data": [
{
"bank_code": "88888888",
"bic": "TESTDE88XXX",
"name": "Testbank",
"short_name": "Testbank",
"zipcode": "12345",
"city": "Teststadt",
"country_id": "DE",
"testmode": "1",
"xs2a_products": [
"xs2a_risk"
],
"xs2a_supported": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.