Class GetItemsByBatchNumberResponse
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| WSRemoteDepositItem | WSRemoteDepositItem[] |
WSRemoteDepositItem
| NAME | TYPE | LENGTH | DESCRIPTION |
|---|---|---|---|
| ItemId | long | A unique system assigned value that identifies the specific transaction being requested. | |
| EntityId | int | A unique identifier that is generated by EPS. | |
| LocationId | int | A unique identifier generated by EPS for each location. | |
| CustomerNumber | string | 50 | A unique identifier that references a specific customer. |
| ItemDateTime | DateTime | The date and time the transaction was processed. | |
| BatchNumber | string | 40 | A unique identifier of the batch that is being requested. |
| TerminalNumber | string | 20 | This is the serial number of the terminal used to scan the transactions. |
| PaymentOrigin | WSPaymentOrigin | Possible responses are:
| |
| ItemStatus | WSItemStatus | Possible responses are:
| |
| IsDuplicate | bool | Possible responses are:
| |
| NameOnAccount | string | 50 | The maker of the check, if available. |
| CheckNumber | string | 17 | The check serial number. |
| TotalAmount | Decimal | The amount of the check. | |
| Description | string | 50 | Optional information associated with the transaction. This field will only be returned if optional key entry is enabled. |
| Field1 | string | 50 | Optional information associated with the transaction. This field will only be returned if optional key entry is enabled. |
| Field2 | string | 50 | Optional information associated with the transaction. This field will only be returned if optional key entry is enabled. |
| Field3 | string | 50 | Optional information associated with the transaction. This field will only be returned if optional key entry is enabled. |
| Deleted | bool | Possible responses are:
| |
| ActualOriginatedAsID | WSSettlementType | Possible responses are:
| |
| RecoStatus | byte | Possible responses are:
| |
| AmountSource | WSAmountSource | Possible responses are:
| |
| IQUStatus | byte | Possible responses are:
| |
| ImageQualityPass | bool | Possible responses are:
| |
| MICRSource | WSMICRSource | Possible responses are:
| |
| AuthResponseCode | string | Valid values are:
| |
| PaymentType | WSPaymentType | Possible response are:
| |
| SettlementType | WSSettlementType | Possible response are:
Note: The element SettlementType is equivalent to the ‘OriginatedAs’ option on the SmartPay Business. | |
| RescanCount | byte | The number of times an item has been rescanned. Possible response are:
| |
| SequenceNumber | int | The numerical position of the item within the batch. | |
| ReferenceNumber | string | 20 | Reference number systematically assigned to the transaction. |
| AccountNumber | string | 17 | The account number on the scanned item. |
| RoutingNumber | string | 9 | The bank’s routing number on the scanned item. |
| MICR | string | 85 | This is the enire MICR line of the check. |
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>
<GetItemsByBatchNumberResponse xmlns="https://ssl.selectpayment.com/">
<GetItemsByBatchNumberResult>
<WSRemoteDepositItem>
<ItemId>187935201</ItemId>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<CustomerNumber>13579</CustomerNumber>
<ItemDateTime>2011-03-03T07:48:09.307</ItemDateTime>
<BatchNumber>1101</BatchNumber>
<TerminalNumber>5421769</TerminalNumber>
<PaymentOrigin>Mailed_In</PaymentOrigin>
<ItemStatus>SentToTransactionProcessing</ItemStatus>
<IsDuplicate>b</IsDuplicate>
<NameOnAccount>Jordan R Gish</NameOnAccount>
<CheckNumber>1080</CheckNumber>
<TotalAmount>51.4000</TotalAmount>
<Description/>
<Field1>123456789</Field1>
<Field2>11007</Field2>
<Field3>Suite A</Field3>
<Deleted>false</Deleted>
<ActualOriginatedAsID>ACH</ActualOriginatedAsID>
<RecoStatus>2</RecoStatus>
<AmountSource>APEXKeyed</AmountSource>
<IQUStatus>2</IQUStatus>
<ImageQualityPass>true</ImageQualityPass>
<MICRSource>Document</MICRSource>
<AuthResponseCode>Success</AuthResponseCode>
<PaymentType>Checking</PaymentType>
<SettlementType>ACH</SettlementType>
<RescanCount>b</RescanCount>
<SequenceNumber>1</SequenceNumber>
<ReferenceNumber>T:TXFYW0X7w</ReferenceNumber>
<AccountNumber>12-1234-12</AccountNumber>
<RoutingNumber>91904267</RoutingNumber>
<MICR>t091904267t 12-1234-12o 1080</MICR>
</WSRemoteDepositItem>
<WSRemoteDepositItem>
<ItemId>187935203</ItemId>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<CustomerNumber>24678</CustomerNumber>
<ItemDateTime>2011-03-03T07:48:11.053</ItemDateTime>
<BatchNumber>1101</BatchNumber>
<TerminalNumber>5421769</TerminalNumber>
<PaymentOrigin>Mailed_In</PaymentOrigin>
<ItemStatus>SentToTransactionProcessing</ItemStatus>
<IsDuplicate>false</IsDuplicate>
<NameOnAccount>Jane Doe</NameOnAccount>
<CheckNumber/>
<TotalAmount>25.0000</TotalAmount>
<Description/>
<Field1>204L</Field1>
<Field2/>
<Field3/>
<Deleted>false</Deleted>
<ActualOriginatedAsID>Image_Replacement_Document</ActualOriginatedAsID>
<RecoStatus>2</RecoStatus>
<AmountSource>Keyed</AmountSource>
<IQUStatus>2</IQUStatus>
<ImageQualityPass>true</ImageQualityPass>
<MICRSource>Document</MICRSource>
<AuthResponseCode>Success</AuthResponseCode>
<PaymentType>Checking</PaymentType>
<SettlementType>Image_Replacement_Document</SettlementType>
<RescanCount>0</RescanCount>
<SequenceNumber>2</SequenceNumber>
<ReferenceNumber>T:VXFYW0X7w</ReferenceNumber>
<AccountNumber>65-0000218932</AccountNumber>
<RoutingNumber>800000051</RoutingNumber>
<MICR>t800000051t 65-0000218932o</MICR>
</WSRemoteDepositItem>
<WSRemoteDepositItem>
<ItemId>177515253</ItemId>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<CustomerNumber>3</CustomerNumber>
<ItemDateTime>2011-03-03T07:48:12.427</ItemDateTime>
<BatchNumber>1101</BatchNumber>
<TerminalNumber>5421769</TerminalNumber>
<PaymentOrigin>Mailed_In</PaymentOrigin>
<ItemStatus>TPError</ItemStatus>
<IsDuplicate>false</IsDuplicate>
<NameOnAccount>Mark Smith</NameOnAccount>
<CheckNumber>4322344</CheckNumber>
<TotalAmount>47.4000</TotalAmount>
<Description/>
<Field1/>
<Field2/>
<Field3/>
<Deleted>false</Deleted>
<ActualOriginatedAsID>None</ActualOriginatedAsID>
<RecoStatus>2</RecoStatus>
<AmountSource>CAR</AmountSource>
<IQUStatus>2</IQUStatus>
<ImageQualityPass>true</ImageQualityPass>
<MICRSource>Document</MICRSource>
<AuthResponseCode>Duplicate_Transaction</AuthResponseCode>
<PaymentType>Checking</PaymentType>
<SettlementType>Image_Replacement_Document</SettlementType>
<RescanCount>0</RescanCount>
<SequenceNumber>3</SequenceNumber>
<ReferenceNumber>T:WXFYW0X7w</ReferenceNumber>
<AccountNumber>45645564456</AccountNumber>
<RoutingNumber>111000025</RoutingNumber>
<MICR>o4322344o t111000025t 45645564456o</MICR>
</WSRemoteDepositItem>
</GetItemsByBatchNumberResult>
</GetItemsByBatchNumberResponse>
</soap:Body>
</soap:Envelope>