improved

June 7th, 2024

  • Updates to RDC API responses
    • We have implemented a change in the API response to include the parsed-out RDC (Remote Deposit Capture) fields on the checks table. This means that when you make a request to the API, you will receive additional information related to RDC fields directly in the response.
  • Updates to Account Closure Checks funds flow
    • Previously, when a stop payment was placed on an account closure check, the funds were transferred from the settlement account to the FBO account, and subsequently, the funds were reinstated in the customer's ledger account. However, under the new process, account closure check funds will no longer be reallocated to the customer's ledger account. Instead, these funds will remain in the settlement account.
    • Additionally, any checks in the status of pending or sent and were issued from the customer's ledger account before it was closed will have a stop payment placed on them
  • Updates to Prime Data
    • The amount of data type was previously stored as numeric(38,9), indicating a precision of 38 digits with 9 decimal places. We've adjusted the amount of data type to numeric(38,2), providing a precision of 38 digits with 2 decimal places, which is more suitable for our requirements and helps optimize storage space.