Summary of merchant activity over a given time period.
Time period to be analyzed must be specified in the initial search using the getMerchantSummary method. All information returned applies only to the specified time period and is not a definitive total of all of the merchant's transaction information.
Type | Name | Description |
---|---|---|
integer | MerchantID | Merchant ID (assigned by the gateway). |
string | MerchantName | Name of the merchant whose activity you are searching. |
integer | SalesCount | Total number of sales processed by the merchant. |
double | SalesAmount | Total dollar amount of sales processed. |
integer | CreditsCount | Total number of credits processed by the merchant. |
double | CreditsAmount | Total dollar amount of credits processed. |
integer | VoidsCount | Total number of voids processed by the merchant. |
double | VoidsAmount | Total dollar amount of voids processed. |
integer | DeclinesCount | Total number of declines processed by the merchant. |
double | DeclinesAmount | Total dollar amount of declines processed |
integer | CheckSalesCount | Total number of check sales processed by the merchant. |
double | CheckSalesAmount | Total dollar amount of check sales processed. |
integer | CheckRefundsCount | Total number of check refunds processed by the merchant. |
double | CheckRefundsAmount | Total dollar amount of check refunds processed. |
Version | Change |
---|---|
1.1 | Method added prior to soap-1.1 |