post https://masspaysandbox.api.convera.com/MassPayments/banks/searchbydetail
Performs a search based on input fields. Input formats can be:
bankCode
+countryCode
ORcountryName
bankBranchCode
+countryCode
ORcountryName
countryCode
ORcountryName
+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.