AddDepositItem
- Method
- Example Request
- Example Response
AddDepositItem(AddDepositItemRequest)
Required? Yes
Overview: AddDepositItem is the method used to upload the front and back check images along with the amount of the check as provided by the End-User.
Sequence Requirements: After a batch has been created by sending a CreateDepositBatch request, you can submit the AddDepositItem request.
note
Do not send fields as Null. All fields must be passed with a value or empty. Use basicHttpBinding, and don’t use message security, but only transport level security (SSL).
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| AddDepositItemRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| AddDepositItemResponse |
<AddDepositItem>
<request>
<PartnerId>8257</PartnerId>
<LanguageId>9</LanguageId>
<DepositorIpAddress>203.0.113.0</DepositorIpAddress>
<DeviceIdentifier>21d182e6-10b1-48e2-8c53-1b72674836c1</DeviceIdentifier>
<LocalDateTime>2018-08-08T08:43:55.000-07:00</LocalDateTime>
<TimeZone>PST -8:00 America/Redwood_Shores</TimeZone>
<Attributes>
<Attribute>
<Name></Name>
<Value></Value>
</Attribute>
</Attributes>
<SessionStateId>554196f0-02fb-438b-bd0a-9c07bed6f9f9</SessionStateId>
<SessionToken>1337417d-db57-4c17-8f37-41c12e5933cd</SessionToken>
<DepositBatchId>9dae3f3a-d8b0-451e-88cc-ecc33dfefe48</DepositBatchId>
<ItemNumber>1</ItemNumber>
<IsFirstItem>true</IsFirstItem>
<TenderType>1</TenderType>
<Micr></Micr>
<Amount>20.11</Amount>
<CheckImageCategory>1</CheckImageCategory>
<ImagePreprocessState>2</ImagePreprocessState>
<FrontBase64Image> <!-- Base64 Image --> </FrontBase64Image>
<BackBase64Image> <!-- Base64 Image --> </BackBase64Image>
</request>
</AddDepositItem>
<AddDepositItemResponse>
<AddDepositItemResult>
<ResponseCode>00</ResponseCode>
<ErrorResponseText/>
<LocalizedMessageText/>
</AddDepositItemResult>
</AddDepositItemResponse>