Account Balance Adjust V1

This adjustment API call will apply an update to the relevant account balance using the adjustment amount provided. The amount provided will not become the new balance, but will be used to adjust the current balance by that amount. For example, if an account had $500.00 available and you applied an adjustment of "-10.00", then the available amount would now be $490.00.

Appropriate adjustment amounts will be enforced based on the tranCode provided. For example, you cannot provide a positive amount of "1.00" for a Verification ACH Debit (DOBKLVAD), since that is a debiting tranCode that should reduce the available amount on the account instead of adding to it. Instead, you would be required to provide a negative amount of "-1.00" for a Verification ACH Debit.

Language