Credit Products
Get Credit Products For a Financial Provider
GET
https://ezloan.genify.ai/financial_provider/creditproducts/
Path Parameters
financial_provider_id*
string
ID of the financial provider
Create a New Credit Product
POST
https://ezloan.genify.ai/financial_provider/creditproducts/
Path Parameters
financial_provider_id*
string
ID of the financial provider.
Request Body
Early_Payment_Interest*
number
Very_Late_Payment_Penalty*
number
Late_Payment_Penalty*
number
Interest_Rate*
number
Max_Repayment_Months*
integer
Min_Repayment_Months*
integer
Lower_Limit*
number
Upper_Limit*
number
Name*
string
credit product name
Edit Existing Credit Product
PUT
https://ezloan.genify.ai/financial_provider/creditproducts/{financial_prodider_id}/{credit_product_id}
Path Parameters
financial_provider_id*
string
financial provide ID
credit_product_id*
string
credit product ID
Delete Existing Credit Product
DELETE
https://ezloan.genify.ai/financial_provider/creditproducts/{financial_prodider_id}/{credit_product_id}
Path Parameters
financial_provider_id
string
credit_product_id
string
Last updated
Was this helpful?