Syntch Gateway API

<back to all web services

GetMerchantTrxSummary

Reporting - Summaries
Requires Authentication
Requires any of the roles:Reseller, Merchant, Reseller, Merchant
The following routes are available for this service:
GET/reports/transactions/merchantsummaryGet Merchant Transaction Summary
GetMerchantTrxSummary Parameters:
NameParameterData TypeRequiredDescription
ResellerKeyqueryint?No
MerchantKeyqueryint?No
IncludeTestMerchantsqueryboolNo
SearchStartDatequeryDateTimeYes
SearchEndDatequeryDateTimeYes

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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: application/json
HTTP/1.1 200 OK
Content-Type: application/json
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}]