This changelog provides an overview of the recent changes made to the Payabli APIs.

Remote Deposit Capture (RDC) documentation enhancements

We’ve improved the documentation for Remote Deposit Capture (RDC) transactions.

Added BOC to achCode documentation

Added BOC (Back Office Conversion) as a documented value for the achCode field in the POST /MoneyIn/getpaid request. BOC is used to convert paper checks received in-person at a point-of-sale or staffed payment location into electronic ACH debits. Only consumer checks are eligible — business, government, and mailed checks aren’t supported.

Added checkUniqueId to paymentDetails documentation

Added the checkUniqueId field to the paymentDetails object in the POST /MoneyIn/getpaid request. This field is required for RDC transactions where achCode is BOC. Use the id value from the check processing response.

Added BOC request example

Added a BOC example to the POST /MoneyIn/getpaid endpoint showing a complete RDC payment request, including checkUniqueId, achCode: BOC, and totalAmount in dot-decimal notation.

Webhook enhancements

Added ReportedDepositDate field to FundedPayment webhook payload

We added the ReportedDepositDate field to the FundedPayment webhook payload. This field represents the date when the payment was reported as deposited.