GetHistoricalEventReport
- Method
- Example Request
- Example Response
GetHistoricalEventReport(GetHistoricalEventReportRequest)
This report displays data for all transactions that meet the event criteria in the request. Data will be retrieved as an array.
The same transaction may be displayed multiple times within the same report. It reflects each time a transaction was affected by a specific event requested.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetHistoricalEventReportRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetHistoricalEventReportResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetHistoricalEventReport>
<pv:storeId>12334</pv:storeId>
<pv:storeKey>3z9em9oxqwX3acsaqc6H0ck8D3Yj</pv:storeKey>
<pv:entityId>12345</pv:entityId>
<pv:wsdisplayFields>
<!--Zero or more repetitions:-->
<pv:WSDisplayFields>__NONE</pv:WSDisplayFields>
</pv:wsdisplayFields>
<pv:locationIds>
<!--Zero or more repetitions:-->
<pv:int>12346</pv:int>
</pv:locationIds>
<pv:wstransEvent>__NONE</pv:wstransEvent>
<pv:wstransStatus>
<!--Zero or more repetitions:-->
<pv:WSTransactionStatus>__NONE </pv:WSTransactionStatus>
</pv:wstransStatus>
<pv:wssettlementType>
<!--Zero or more repetitions:-->
<pv:WSSettlementType>None</pv:WSSettlementType>
</pv:wssettlementType>
<pv:wspaymentType>__NONE </pv:wspaymentType>
<pv:wspaymentOrigin>
<!--Zero or more repetitions:-->
<pv:WSPaymentOrigin>__NONE </pv:WSPaymentOrigin>
</pv:wspaymentOrigin>
<pv:wssettlementStatus>
<!--Zero or more repetitions:-->
<pv:WSSettlementStatus>__NONE </pv:WSSettlementStatus>
</pv:wssettlementStatus>
<pv:wsauthResponseCode>__NONE </pv:wsauthResponseCode>
<pv:wsopType>__NONE </pv:wsopType>
<pv:beginTransDate>2012-04-25</pv:beginTransDate>
<pv:endTransDate>2012-05-01</pv:endTransDate>
<pv:fromAmount>100.00</pv:fromAmount>
<pv:toAmount>350.00</pv:toAmount>
</pv:GetHistoricalEventReport>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetHistoricalEventReportResponse xmlns="https://ssl.selectpayment.com/PV">
<GetHistoricalEventReportResult>
<WSEventReport>
<TransactionStatus>Processed</TransactionStatus>
<PaymentType>Checking</PaymentType>
<NameOnAccount>Jack Henry</NameOnAccount>
<TransactionNumber>{ac11359b-e67e-4d50-ar01-6891e358733d}</TransactionNumber>
<ReferenceNumber>T:MXB14769A1</ReferenceNumber>
<CustomerNumber/>
<OperationType>Sale</OperationType>
<LocationName>Accounts Receivable</LocationName>
<TransactionDateTime>0001-01-01T00:00:00</TransactionDateTime>
<TotalAmount>341.2700</TotalAmount>
<OwnerAppReferenceId>0</OwnerAppReferenceId>
<EventDateTime>2012-04-27T13:48:22.87</EventDateTime>
<EventType>Approved</EventType>
<EventDatastring>Success</EventDatastring>
</WSEventReport>
<WSEventReport>
<TransactionStatus>Processed</TransactionStatus>
<PaymentType>Checking</PaymentType>
<NameOnAccount>Jack Henry & Associates</NameOnAccount>
<TransactionNumber>{ac11359b-e67e-4d50-ar01-6891e358733d}</TransactionNumber>
<ReferenceNumber> T:MXB14769A1</ReferenceNumber>
<CustomerNumber/>
<OperationType>Sale</OperationType>
<LocationName>ProfitStars</LocationName>
<TransactionDateTime>0001-01-01T00:00:00</TransactionDateTime>
<TotalAmount>341.2700</TotalAmount>
<OwnerAppReferenceId>0</OwnerAppReferenceId>
<EventDateTime>2012-04-30T14:30:01</EventDateTime>
<EventType>Processed</EventType>
<EventDatastring/>
</WSEventReport>
<WSEventReport>
<TransactionStatus>Processed</TransactionStatus>
<PaymentType>Checking</PaymentType>
<NameOnAccount>Jack Henry & Associates</NameOnAccount>
<TransactionNumber>{ac11359b-e67e-4d50-ar01-6891e358733d}</TransactionNumber>
<ReferenceNumber> T:MXB14769A1</ReferenceNumber>
<CustomerNumber/>
<OperationType>Sale</OperationType>
<LocationName>Jack Henry</LocationName>
<TransactionDateTime>0001-01-01T00:00:00</TransactionDateTime>
<TotalAmount>341.2700</TotalAmount>
<OwnerAppReferenceId>0</OwnerAppReferenceId>
<EventDateTime>2012-05-01T00:00:00</EventDateTime>
<EventType>Originated</EventType>
<EventDatastring/>
</WSEventReport>
<WSEventReport>
<TransactionStatus>Processed</TransactionStatus>
<PaymentType>Checking</PaymentType>
<NameOnAccount>Jack Henry & Associates</NameOnAccount>
<TransactionNumber>(ac11359b-e67e-4d50-ar01-6891e358733d}</TransactionNumber>
<ReferenceNumber>T:MXB14769A1</ReferenceNumber>
<CustomerNumber/>
<OperationType>Sale</OperationType>
<LocationName>Accounts Receivable</LocationName>
<TransactionDateTime>0001-01-01T00:00:00</TransactionDateTime>
<TotalAmount>341.2700</TotalAmount>
<OwnerAppReferenceId>0</OwnerAppReferenceId>
<EventDateTime>2012-05-01T00:00:00</EventDateTime>
<EventType>Settled</EventType>
<EventDatastring/>
</WSEventReport>
</GetHistoricalEventReportResult>
</GetHistoricalEventReportResponse>
</soap:Body>
</soap:Envelope>