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.
Debit HostTotals Example
debit.TPPID = "AAA000"; debit.MerchantTerminalNumber = "00000001"; debit.MerchantId = "1234"; debit.GroupId = "20001"; debit.DatawireId = "00011122233344455566"; debit.ApplicationId = "RAPIDCONNECTVXN"; debit.URL = "https://stg.dw.us.fdcnet.biz/rc"; debit.STAN = "112"; debit.TransactionNumber = "1234"; debit.Config("CurrencyCode=840"); debit.Config("HostTotalsType=0"); debit.Config("HostTotalsPassword=111111"); debit.HostTotals();