Reseller only method.
Search Merchants and return only specific fields.
Use this method if you only need to view a few select fields of the merchants you are searching for. Since it will only return the fields you specify, it is more efficient than the searchMerchants method.
See also getMerchant, updateMerchant, getMerchantSummary, searchMerchantsCount
The following fields may be used to search the database for transactions:
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 |