Credit Products

Get Credit Products For a Financial Provider

GET https://ezloan.genify.ai/financial_provider/creditproducts/

Path Parameters

Name
Type
Description

financial_provider_id*

string

ID of the financial provider

{credit product details}

Create a New Credit Product

POST https://ezloan.genify.ai/financial_provider/creditproducts/

Path Parameters

Name
Type
Description

financial_provider_id*

string

ID of the financial provider.

Request Body

Name
Type
Description

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

[
    "Credit Product testProduct_alex has been created",
    200
]

Edit Existing Credit Product

PUT https://ezloan.genify.ai/financial_provider/creditproducts/{financial_prodider_id}/{credit_product_id}

Path Parameters

Name
Type
Description

financial_provider_id*

string

financial provide ID

credit_product_id*

string

credit product ID

{"Credit Product has been updated"}

Delete Existing Credit Product

DELETE https://ezloan.genify.ai/financial_provider/creditproducts/{financial_prodider_id}/{credit_product_id}

Path Parameters

Name
Type
Description

financial_provider_id

string

credit_product_id

string

{"Credit Product has been deleted"}

Last updated

Was this helpful?