Endpoints
The banking product custom endpoints allow data manipulation operations on banking product records such as getting specific information about a product, returning the list of products or details about interests or commissions, calling a formula, performing a simulation of a payment schedule, calculating the repayment schedule, and more. As a financial institution, use these endpoints to perform the described actions.
NOTE
FintechOS Studio differentiates between adding and updating a record through the parameter set sent via request data within the API call.
FintechOS Studio differentiates between adding and updating a record through the parameter set sent via request data within the API call.
| Custom Endpoint | Description |
|---|---|
FTOS_BP_GetBankingProductByCode
|
Returns the banking product information based on its product code. If more versions are available, only the approved one is taken into consideration. |
FTOS_BP_GetDiscountDetail
|
Returns the banking product's discount information. |
FTOS_BP_GetAvailableProductImage
|
Returns the banking product available images based on its product code or product id. |
FTOS_BP_GetBankingProductDetails
|
Returns the banking product details based on its product code or product id. |
FTOS_BP_GetAvailabilityFiltersOnProduct
|
Returns the availability filters configured on a banking product based on its product code. |
FTOS_BP_GetProductType
|
Returns the types of banking product in which there are active banking products for the specified date. |
FTOS_BP_GetAvailableProductFeatures
|
Returns the banking product's available features based on its product code or product id. |
FTOS_BP_GetAvailableProductsExtra
|
Returns the extra information of all banking products available on the specified date based on the product type id or the product type. |
FTOS_BP_GetProductDocuments
|
Returns the information regarding the documents attached to a banking product based on its product code or id. |
FTOS_BP_GetInterestDetail
|
Returns the details of a specific interest based on its id, or the details of all the interests from the specified interest list. |
FTOS_BP_GetInterestListDetail
|
Returns the details of a specific interest list based on its name or id. |
FTOS_BP_GetCommissionListDetail
|
Returns the details of a specific commission list based on its name or id. |
FTOS_BP_GetInsuranceListDetail
|
Returns the details of a specific insurance list based on its name or id. |
FTOS_BP_CalculateRepaymentSchedule
|
Returns an array of json records representing the calculated installments of a repayment schedule. |
FTOS_BP_Simulate
|
Returns a payment schedule simulation with different parameters. |
FTOS_BP_CalculatePMT
|
Returns the value for the calculated PMT, or payment terms for a loan or investment. |
FTOS_BP_GetProductInterestCommissionList
|
Returns a product's list of interests and commissions based on its name or id and the specified filters. |
FTOS_BP_GetProductInsuranceList
|
Returns a product's list of insurances based on its name or id and the specified filters. |
FTOS_BP_GetAvailableProductDiscounts
|
Returns a product's available discounts based on its name or id and the specified filters. |