GetOpenBatchSummary

This Web service operation retrieves a payment type transaction summary of the current open batch for a merchant. The URL to access this Web service is:

https://secure.ftipgw.com/admin/ws/trxdetail.asmx?op=GetOpenBatchSummary

Descriptions of the parameters are listed below.

Parameter Description
UserName Required. User name assigned in the payment server
Password Required. Password for the user name assigned in the payment server
RPNum Required. The number uniquely identifies each merchant
BeginDt Optional. The begin date of the date range in MM/DD/YYYY format. This date will be converted to: MM/DD/YYYYT00:00:00:0000AM
EndDt Optional. The end date of the date range in MM/DD/YYYY format. This date will be converted to: MM/DD/YYYYT12:59:59:9999PM
ExtData Currently there is no data value available

Example
The following table contains sample data you can use to test this Web service. The UserName, Password, and RPNum parameters should be changed when testing this example yourself. The example data shown will create a categorized summary list of all transactions in the current open batch

Parameter Value
UserName test
Password 123
RPNum 1


Response

<?xml version=”1.0″ encoding=”utf-8″ ?>
<string xmlns=”http://localhost/Admin/ws”><OpenBatchSummary> <Table>
<Payment_Type_ID>DEBIT </Payment_Type_ID>
<Authorization>0</Authorization> <Capture>0</Capture>
<ForceCapture>0</ForceCapture> <PostAuth>0</PostAuth>
<Return>7.0000</Return> <Sale>61.0000</Sale> <Receipt>0</Receipt>
<RepeatSale>0</RepeatSale> <Authorization_Cnt>0</Authorization_Cnt>
<Capture_Cnt>0</Capture_Cnt>
<ForceCapture_Cnt>0</ForceCapture_Cnt>
<PostAuth_Cnt>0</PostAuth_Cnt> <Return_Cnt>7</Return_Cnt>
<Sale_Cnt>58</Sale_Cnt> <Receipt_Cnt>0</Receipt_Cnt>
<RepeatSale_Cnt>0</RepeatSale_Cnt> <Cnt>65</Cnt> </Table> <Table>
<Payment_Type_ID>EBT </Payment_Type_ID>
<Authorization>0</Authorization> <Capture>0</Capture>
<ForceCapture>0</ForceCapture> <PostAuth>0</PostAuth>
<Return>132.0000</Return> <Sale>150.0000</Sale>
<Receipt>0</Receipt> <RepeatSale>0</RepeatSale>
<Authorization_Cnt>0</Authorization_Cnt>
<Capture_Cnt>0</Capture_Cnt>
<ForceCapture_Cnt>0</ForceCapture_Cnt>
<PostAuth_Cnt>0</PostAuth_Cnt> <Return_Cnt>15</Return_Cnt>
<Sale_Cnt>24</Sale_Cnt> <Receipt_Cnt>0</Receipt_Cnt>
<RepeatSale_Cnt>0</RepeatSale_Cnt> <Cnt>39</Cnt> </Table> <Table>
<Payment_Type_ID>MASTERCARD</Payment_Type_ID>
<Authorization>0</Authorization> <Capture>0</Capture>
<ForceCapture>0</ForceCapture> <PostAuth>0</PostAuth>
<Return>0</Return> <Sale>4.0000</Sale> <Receipt>0</Receipt>
<RepeatSale>7.0000</RepeatSale>
<Authorization_Cnt>0</Authorization_Cnt>
<Capture_Cnt>0</Capture_Cnt>
<ForceCapture_Cnt>0</ForceCapture_Cnt>
<PostAuth_Cnt>0</PostAuth_Cnt> <Return_Cnt>0</Return_Cnt>
<Sale_Cnt>4</Sale_Cnt> <Receipt_Cnt>0</Receipt_Cnt>
<RepeatSale_Cnt>7</RepeatSale_Cnt> <Cnt>11</Cnt> </Table> <Table>
<Payment_Type_ID>VISA </Payment_Type_ID>
<Authorization>0</Authorization> <Capture>0</Capture>
<ForceCapture>1.0000</ForceCapture> <PostAuth>1.0000</PostAuth>
<Return>0</Return> <Sale>19.0000</Sale> <Receipt>0</Receipt>
<RepeatSale>0</RepeatSale> <Authorization_Cnt>0</Authorization_Cnt>
<Capture_Cnt>0</Capture_Cnt>
<ForceCapture_Cnt>1</ForceCapture_Cnt>
<PostAuth_Cnt>1</PostAuth_Cnt> <Return_Cnt>0</Return_Cnt>
<Sale_Cnt>19</Sale_Cnt> <Receipt_Cnt>0</Receipt_Cnt>
<RepeatSale_Cnt>0</RepeatSale_Cnt> <Cnt>21</Cnt> </Table>
</OpenBatchSummary></string>