Lists all merchants associated with the authenticated entity. The request must include a valid API key with appropriate permissions. This endpoint is useful for managing multiple merchants and their configurations.
Required API permissions: GetMerchants
Optional filter to retrieve merchants with a specific ID. Useful for filtering merchants when managing multiple merchants
Optional filter to retrieve merchants with a specific name. Useful for filtering merchants when managing multiple merchants
Optional filter to retrieve merchants with a specific reference ID. Useful for filtering merchants when managing multiple merchants
Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.
Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.
Optional sorting parameter to specify the field to sort the results by. Valid options are "dateCreated", "merchantId", "merchantName", and "merchantRefId". Default is "dateCreated".
Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".