Search Bank by Detail

Performs a search based on input fields. Input formats can be:

  1. bankCode + countryCode OR countryName
  2. bankBranchCode + countryCode OR countryName
  3. countryCode OR countryName + city + institutionName + any other parameters

Optional parameters pageSize determines how many records will be returned in the response if there are multiple records found. The pageNumber optional parameter will specify the page to return based on the size of the page specified by pageSize. For example, if pageSize = 1 and 2 records are returned, a pageNumber = 2 parameter will specify the second record. If no pageSize or pageNumber is specified, the response will return all results.

Language
URL