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 .jsv suffix or ?format=jsv

HTTP + 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
	}
]