Class GetAllMerchantsRequest
Get All Merchants will retrieve a list of all your merchants, merchant IDs (MIDs), locations associated with the merchants and their location IDs (LIDs), if they are enabled or disabled, and when they were created on the EPS system. When entering the date, this action will only retrieve the list of merchants that were enabled or disabled within 90-day increments to eliminate timeouts and performance issues.
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| merchant_enabled | All, Enabled, Disabled | Y | alphanumeric; (case sensitive) |
| begin_date | Y | format yyyy-MM-dd -- within last 90 days | |
| end_date | Y | format yyyy-MM-dd -- within last 90 days |
Example GetAllMerchantsRequest
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<merchant_enabled>All</merchant_enabled>
<begin_date>yyyy-mm-dd</begin_date>
<end_date>yyyy-mm-dd</end_date>
</xml>