What’s New
- We added the ability to get linked account information via the API, making it easier to view due dates, due amounts, and more. To support the functionality, we created a new endpoint:
/odata.svc/LineOfCreditAccountLinkingTotals
- We expanded the AutoPay functionality for linked line of credit accounts to include a new “Current Due Amount” option. This option calculates a sum of the currently due and past due amounts for all linked accounts, making it easier to allow borrowers to schedule payments for linked accounts that have a combination of current and past due accounts.
- We added the ability to securely upload, store, and download encrypted files within the LoanPro UI, eliminating the need for a separate SFTP site. Files are stored within the Report File Hub tab of the Administration Reports.
- We introduced a new rule validation tool that allows you to write a Clojure rule and check whether a specific account matches the rule criteria. This feature greatly simplifies the process of writing Clojure rules and removes the guesswork of determining whether a rule applies to the intended account(s).
Bug Fixes
- We fixed an issue that was causing AutoPay errors on accounts that use the “split payment” function to apply payments to multiple linked accounts. Previously, the AutoPay would apply correctly to the main line of credit account but would run into errors when applying to linked accounts. Now, split payment AutoPays apply payments to all linked accounts successfully.
- We updated the order in which disputes are ordered within the UI. Disputes are now ordered by date instead of ID, ensuring the most recent disputes are listed first.