listBanks

abstract fun listBanks(countryISOCode: String, page: Int, size: Int, sorting: List<SortOrder>, search: String? = null): BankListResponseDto

Retrieves a list of banks based on the specified criteria.

Return

The list of banks matching the specified criteria.

Parameters

countryISOCode

The two-character ISO-3166 country code.

page

The page number to retrieve.

size

The number of banks to retrieve per page.

sorting

The list of sort order objects to apply for sorting the result.

search

(Optional) The search term to filter banks by name or group name.