Class CreditsandDebitsTransactionDetailReportResponse
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| EntryType | enum of Type WSReportEntryType | Possible responses are:
| ||
| BatchDescription | string | 50 | Name on the account. | |
| Reason | string | |||
| Amount | decimal | Amount of the transaction. | ||
| WSTransactionDetail | WSTransactionDetail |
WSTransactionDetail
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| EntityId | Int | Unique identifier that is generated by EPS. | ||
| LocationId | Int | Unique identifier generated by EPS for each location. | ||
| CustomerNumber | string | 50 | Unique identifier for each customer, if applicable. | |
| PaymentOrigin | enum of Type WSPaymentOrigin | Possible responses are:
| ||
| AccountType | enum of Type WSAccountType | Possible responses are:
| ||
| OperationType | enum of Type WSReportOperationType | Possible responses are:
| ||
| TransactionStatus | enum of Type WSReportTransactionStatus | Possible responses are:
| ||
| SettlementStatus | enum of Type WSSettlementStatus | Possible responses are:
| ||
| EffectiveDate | dateTime | The date and time the transaction was processed. | ||
| TransactionDate | dateTime | The date and time the transaction was created. | ||
| Description | string | 50 | ||
| SourceApplication | string | Possible responses are:
| ||
| OriginatingAs | enum of Type WSReportSettlementType | Possible responses are:
| ||
| AuthResponse | enum of Type WSAuthResponseCode | Possible responses are:
| ||
| TotalAmount | decimal | The amount of the transaction. | ||
| ReferenceNumber | string | 20 | The system assigned reference number for a transaction. | |
| TransactionNumber | string | 50 | The unique user or system-assigned number to a transaction. | |
| Field1 | string | 50 | Optional information associated with the transaction. | |
| Field2 | string | 50 | Optional information associated with the transaction. | |
| Field3 | string | 50 | Optional information associated with the transaction. | |
| DisplayAccountNumber | string | 4 | Last 4 digits of account number displayed. | |
| EmailAddress | string | 60 | Email address or customer, if available. | |
| NotificationMethod | enum of Type WSNotificationMethod | Possible responses are:
| ||
| FaceFeeType | enum of Type WSFaceFeeType | Possible responses are:
| ||
| ShippingAmount | decimal | The transaction shipping amount. | ||
| CustomerReference | string | 15 | Contains the check number from the item when checks are converted to ACH. If no check number present, value will be a unique identifier that is generated by EPS. |
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>
<CreditsandDebitsTransactionDetailReportResponse xmlns="https://ssl.selectpayment.com/PV">
<CreditsandDebitsTransactionDetailReportResult>
<WSSettlementBatch>
<EntryType>Sale</EntryType>
<BatchDescription>Jack Henry & Associates</BatchDescription>
<Reason/>
<Amount>19.9500</Amount>
<transactionDetails>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<CustomerNumber/>
<PaymentOrigin>Signature_Faxed</PaymentOrigin>
<AccountType>Checking</AccountType>
<OperationType>Sale</OperationType>
<TransactionStatus>Processed</TransactionStatus>
<SettlementStatus>Settled</SettlementStatus>
<EffectiveDate>2011-02-11T10:06:00.0000000-06:00</EffectiveDate>
<TransactionDate>2011-02-11T10:06:12.9270000-06:00</TransactionDate>
<Description/>
<SourceApplication>Web_Service</SourceApplication>
<OriginatingAs>ACH</OriginatingAs>
<AuthResponse>Success</AuthResponse>
<TotalAmount>19.9500</TotalAmount>
<ReferenceNumber>T:1234567</ReferenceNumber>
<TransactionNumber>1031</TransactionNumber>
<Field1/>
<Field2/>
<Field3/>
<DisplayAccountNumber>2437</DisplayAccountNumber>
<EmailAddress/>
<NotificationMethod>Merchant_Notify</NotificationMethod>
<FaceFeeType>__None</FaceFeeType>
<ShippingAmount>3.6000</ShippingAmount>
<CustomerReference>123456</CustomerReference>
</transactionDetails>
</WSSettlementBatch>
<WSSettlementBatch>
<EntryType>Sale</EntryType>
<BatchDescription>Jack Henry & Associates</BatchDescription>
<Reason/>
<Amount>1.0000</Amount>
<transactionDetails>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<CustomerNumber/>
<PaymentOrigin>Signature_Faxed</PaymentOrigin>
<AccountType>Checking</AccountType>
<OperationType>Sale</OperationType>
<TransactionStatus>Processed</TransactionStatus>
<SettlementStatus>Settled</SettlementStatus>
<EffectiveDate>2011-02-11T11:36:00.0000000-06:00</EffectiveDate>
<TransactionDate>2011-02-11T11:36:33.2000000-06:00</TransactionDate>
<Description/>
<SourceApplication>Web_Service</SourceApplication>
<OriginatingAs>ACH</OriginatingAs>
<AuthResponse>Success</AuthResponse>
<TotalAmount>1.0000</TotalAmount>
<ReferenceNumber>T:2234567</ReferenceNumber>
<TransactionNumber>1032</TransactionNumber>
<Field1/>
<Field2/>
<Field3/>
<DisplayAccountNumber>2437</DisplayAccountNumber>
<EmailAddress/>
<NotificationMethod>Merchant_Notify</NotificationMethod>
<FaceFeeType>__None</FaceFeeType>
<ShippingAmount>1.0000</ShippingAmount>
<CustomerReference>123456</CustomerReference>
</transactionDetails>
</WSSettlementBatch>
<WSSettlementBatch>
<EntryType>Refund</EntryType>
<BatchDescription>Jack Henry</BatchDescription>
<Reason/>
<Amount>-135.7100</Amount>
<transactionDetails>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<CustomerNumber>112234</CustomerNumber>
<PaymentOrigin>Signature_Original</PaymentOrigin>
<AccountType>Checking</AccountType>
<OperationType>Refund</OperationType>
<TransactionStatus>Processed</TransactionStatus>
<SettlementStatus>Originated_Settlement_Pending</SettlementStatus>
<EffectiveDate>2011-02-01T00:00:00.0000000-06:00</EffectiveDate>
<TransactionDate>2011-02-11T10:21:18.1100000-06:00</TransactionDate>
<Description>Refund: dining room table</Description>
<SourceApplication>Web_Service</SourceApplication>
<OriginatingAs>ACH</OriginatingAs>
<AuthResponse>Success</AuthResponse>
<TotalAmount>135.7100</TotalAmount>
<ReferenceNumber>T:3234567</ReferenceNumber>
<TransactionNumber>:1:321377</TransactionNumber>
<Field1/>
<Field2/>
<Field3/>
<DisplayAccountNumber>9654</DisplayAccountNumber>
<EmailAddress>jdoe@yahoo.com</EmailAddress>
<NotificationMethod>Merchant_Notify</NotificationMethod>
<FaceFeeType>Face</FaceFeeType>
<ShippingAmount>5.0000</ShippingAmount>
<CustomerReference>123456</CustomerReference>
</transactionDetails>
</WSSettlementBatch>
<WSSettlementBatch>
<EntryType>Sale</EntryType>
<BatchDescription>John Doe</BatchDescription>
<Reason/>
<Amount>19.9500</Amount>
<transactionDetails>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<CustomerNumber/>
<PaymentOrigin>Signature_Faxed</PaymentOrigin>
<AccountType>Checking</AccountType>
<OperationType>Sale</OperationType>
<TransactionStatus>Processed</TransactionStatus>
<SettlementStatus>Settled</SettlementStatus>
<EffectiveDate>2011-02-11T09:57:00.0000000-06:00</EffectiveDate>
<TransactionDate>2011-02-11T09:57:20.7470000-06:00</TransactionDate>
<Description/>
<SourceApplication>Web_Service</SourceApplication>
<OriginatingAs>ACH</OriginatingAs>
<AuthResponse>Success</AuthResponse>
<TotalAmount>19.9500</TotalAmount>
<ReferenceNumber>T:4234567</ReferenceNumber>
<TransactionNumber>1030</TransactionNumber>
<Field1/>
<Field2/>
<Field3/>
<DisplayAccountNumber>2437</DisplayAccountNumber><EmailAddress/>
<NotificationMethod>Merchant_Notify</NotificationMethod>
<FaceFeeType>__None</FaceFeeType>
<ShippingAmount>1.5000</ShippingAmount>
<CustomerReference>123456</CustomerReference>
</transactionDetails>
</WSSettlementBatch>
<WSSettlementBatch>
<EntryType>Sale</EntryType>
<BatchDescription>Jack Henry & Associates</BatchDescription>
<Reason/>
<Amount>1.0000</Amount>
<transactionDetails>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<CustomerNumber/>
<PaymentOrigin>Signature_Faxed</PaymentOrigin>
<AccountType>Checking</AccountType>
<OperationType>Sale</OperationType>
<TransactionStatus>Processed</TransactionStatus>
<SettlementStatus>Settled</SettlementStatus>
<EffectiveDate>2011-02-11T11:42:00.0000000-06:00</EffectiveDate>
<TransactionDate>2011-02-11T11:42:41.0330000-06:00</TransactionDate>
<Description/>
<SourceApplication>Web_Service</SourceApplication>
<OriginatingAs>ACH</OriginatingAs>
<AuthResponse>Success</AuthResponse>
<TotalAmount>1.0000</TotalAmount>
<ReferenceNumber>T:5234567</ReferenceNumber>
<TransactionNumber>1033</TransactionNumber>
<Field1/>
<Field2/>
<Field3/>
<DisplayAccountNumber>2437</DisplayAccountNumber>
<EmailAddress/>
<NotificationMethod>Merchant_Notify</NotificationMethod>
<FaceFeeType>__None</FaceFeeType>
<ShippingAmount>1.0000</ShippingAmount>
<CustomerReference>123456</CustomerReference>
</transactionDetails>
</WSSettlementBatch>
</CreditsandDebitsTransactionDetailReportResult>
</CreditsandDebitsTransactionDetailReportResponse>
</soap:Body>
</soap:Envelope>