Class GetHistoricalEventReportResponse
Properties
| NAME | TYPE | LENGTH | DESCRIPTION |
|---|---|---|---|
| TransactionStatus(d) | string | 50 | |
| PaymentType(d) | string | 50 | |
| NameOnAccount(d) | string | 50 | |
| TransactionNumber(d) | string | 50 | |
| ReferenceNumber(d) | string | 20 | |
| CustomerNumber(d)(onlyifavailable) | string | 50 | |
| OperationType(d) | string | 50 | |
| LocationName(d) | string | 120 | |
| TotalAmount(d) | decimal | ||
| AuthResponse | string | 50 | |
| PaymentOrigin | string | 50 | |
| SettlementStatus | string | 50 | |
| AccountNumber | string | 17 | |
| CheckNumber | string | 17 | |
| CustField1 | string | 50 | |
| CustField2 | string | 50 | |
| CustField3 | string | 50 | |
| Field1 | string | 50 | |
| Field2 | string | 50 | |
| Field3 | string | 50 | |
| ThirdPartyReferenceNumber | string | 255 | |
| AuditUserName | string | 30 | |
| EventDateTime(d) | dateTime | ||
| EventType(d) | string | 30 | |
| EventDatastring(d) | string | 255 | Note: The field EventDatastring is equivalent to the “Description” column when viewing a transaction’s event history from the SmartPay Business |
| OwnerApplication | string | 50 | |
| ReceivingApplication | string | 50 | |
| OwnerAppReferenceId | long | ||
| ReturnCode | string | 3 | R01 - R99 (ACH); A – Z (C21) |
| Notice_Of_Change | string | NOC code + '-' + description* *Note: Any ‘C’ codes that EPS does not take any action on, will only return the ‘C’ code without a description.(See - Notice of Change (NOC) Codes) for list of current accepted C codes. | |
| Company_Entry_Description | string | 10 |
Examples
<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>