get https://hq.staging.netevia.dev/api/v1/merchants/tsys-direct/search
GET /api/v1/merchants/search – Search TSYS Direct Merchants
This API method allows users to search for merchants boarded on the TSYS Direct platform using various filter criteria.
Request Parameters
All parameters are optional; if provided, they refine the search results.
- mid (string) – The unique Merchant Identification Number (MID) assigned to the merchant.
- merchantProfileId (string) – Internal identifier for the merchant’s profile in the our system.
- dba (string) – The Doing Business As (DBA) name of the merchant.
- email (string) – The registered email address associated with the merchant.
- zipCode (string) – The ZIP code of the merchant’s business location.
- phone (string) – The contact phone number of the merchant.
- status (string) – The current status of the merchant (e.g., Active, Suspended, Terminated).
- mcc (string) – The Merchant Category Code (MCC) indicating the type of business.
- pageNumber (integer) – The page number for paginated results (default is 1).
- pageSize (integer) – The number of records to return per page (default is 10).
Response
The API returns a paginated list of merchants matching the search criteria, including key details such as MID, DBA name, status, and other relevant information.
This endpoint is useful for retrieving merchant details for operational management, customer support, and compliance monitoring.