| Requires any of the roles: | Reseller, Merchant, Reseller, Merchant |
| GET | /reports/transactions/merchantsummary | Get Merchant Transaction Summary |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResellerKey | query | int? | No | |
| MerchantKey | query | int? | No | |
| IncludeTestMerchants | query | bool | No | |
| SearchStartDate | query | DateTime | Yes | |
| SearchEndDate | query | DateTime | Yes |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /reports/transactions/merchantsummary HTTP/1.1 Host: syntch.simpay.net Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
ResellerKey: 0,
MerchantKey: 0,
MerchantId: String,
MerchantName: String,
Authorization: 0,
Capture: 0,
ForceCapture: 0,
PostAuth: 0,
Return: 0,
Sale: 0,
RepeatSale: 0,
Void: 0,
Reversal: 0,
Receipt: 0,
ReceiptAuthorization: 0,
ReceiptCapture: 0,
ReceiptForceCapture: 0,
ReceiptPostAuth: 0,
ReceiptReturn: 0,
ReceiptSale: 0,
ReceiptRepeatSale: 0,
Count: 0,
IsTestMerchant: False
}
]