Bankcodes API
Get a paginated list of all bank objects
You will receive a paginated list of all bank objects.
get/bankcodes/all
Query parameters
country_id'DE' | 'AT' | 'CH'
The 2-letter country code
Example:DE
Filter returned results by country_id
per_pageinteger
Items per page
pageinteger
Which page to display
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.