Skip to main content

PostDepositBatch

PostDepositBatch(PostDepositBatchRequest)

Required? Yes

Overview: PostDepositBatch method is used to complete a deposit.

If the Financial Institution is posting deposits in real time, this is also the step we will attempt to post the transaction; a failure in posting will result in an error in the PostDepositBatch response depending on the method of posting used by the Financial Institution.

As described in GetSessionInfo, if your app allowed the End-User to proceed with the deposit with an amount that exceeds their limits, you will receive an error in the PostDepositBatch response.

Sequence Requirements: The PostDepositBatch request may be sent in a couple different scenarios:

  1. Either after the optional GetCheckImage step or GetDepositItem step if no issues were presented in the GetDepositItem step (see Happy Day and GetDepositItem)

  2. Either after the optional GetCheckImage step or UpdateDepositItems step if no issues were presented in the UpdateDepositItems step (see IsConfirmable and UpdateDepositItems)

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

TYPENAMEDESCRIPTION
PostDepositBatchRequestrequest

Returns

TYPEDESCRIPTION
PostDepositBatchResponse