HostTotals Method
Performs a Host Totals request.
Syntax
[VB.NET] Public Sub HostTotals()
[C#] public void HostTotals();
Remarks
This method performs a Host Totals transaction submitted to request a Host Totals Report for a particular day.
You need to set the required merchant password and report type fields using the HostTotalsPassword and HostTotalsType configuration settings, respectively.
Retail HostTotals Example
retail.TPPID = "AAA000"; retail.MerchantTerminalNumber = "00000001"; retail.MerchantId = "1234"; retail.GroupId = "20001"; retail.DatawireId = "00011122233344455566"; retail.URL = "https://stg.dw.us.fdcnet.biz/rc"; retail.ApplicationId = "RAPIDCONNECTVXN"; retail.STAN = "112"; retail.TransactionNumber = "1234"; retail.Config("CurrencyCode=840"); retail.Config("HostTotalsType=1"); retail.Config("HostTotalsPassword=111111"); retail.HostTotals();