August 2024 release
The following REST APIs are added or modified in the August 2024 release of Q2 Origination.
REST API Name | Description | Newly Added | Modified |
---|---|---|---|
calculatePricing | The calculatePricing API generates pricing options based on parameters provided in JSON format. The pricing options are determined using the existing configuration of Rate Cards in the FIs organization. Rate Cards contain predefined interest rates and pricing criteria established by the FIs for various financial products and services. | ||
calculatePaymentAmount | The calculatePaymentAmount API is designed to generate the Payment Amount for the received Pricing Option. Upon receiving a JSON payload containing pricing option(one), the API runs the Financial Calculator to calculate the Payment Amount for the received pricing option. It is a POST call intended solely to calculate Payment Amounts for the parameters received. | ||
Create an Application (V2) | This REST API creates an application, and a borrower if it is a new borrower, in Q2 Origination. It commits an object of type Application (genesis__Applications__c) in the database. |