Reseller only method.
Search Merchants and return only specific fields.
The following fields may be used to search the database for transactions:
Merchant ID
Contact
Company
Street
Street2
City
State
Zip
Email
Fax
Phone
string searchMerchants ( ueSecurityToken Token, SearchParam Search, boolean MatchAll, integer Start, integer Limit, string FieldList, string Format, string Sort)
| Type | Name | Description |
| ueSecurityToken | Token | Reseller security token, used to identify reseller and validate request. |
| SearchParam | Search | Array of search parameters. |
| boolean | MatchAll | If set to “true,” only results matching all search criteria will be returned, if set to “false,” results matching any of the search criteria will be returned. |
| integer | Start | Start position, defaults to 0 (first merchant found). |
| integer | Limit | Maximum number of merchants to return in result. |
| string | FieldList | String Array of fields to return in search. |
| string | Format | Specify format of return data. Possible formats include: csv, tab, xml. |
| string | Sort | Field name to sort the results by |
| string | Base64 encode result set. Returns all of the fields from any merchants matching your search parameters. |
| Version | Change |
| 1.2 | Method added in soap 1.2 release |