Credit Applications
Create Credit Applications
POST
https://ezloan.genify.ai/credit_application/create_credit_application
This endpoint allows you to create a credit application.
Request Body
repayment_months*
integer
Number of months the loan is to be divided on.
borrower_uuid*
string
UUID of the borrower.
financial_provider_id*
string
ID of financial provider.
credit_product_id*
string
ID of credit product
amount*
number
Amount to be borrowed.
Approve Credit Application
POST
https://ezloan.genify.ai/credit_application/approve_credit_application/
Path Parameters
application_id*
string
ID of the requested credit
application.
Reject Credit Application
POST
https://ezloan.genify.ai/credit_application/reject_credit_application/{credit_application_id}
Path Parameters
credit_applicaiton_id
string
Get Early Pay Price
GET
https://ezloan.genify.ai/credit_application/early_pay_price
Returns the due amount in case the user wants to settle his credit before the due date.
Path Parameters
nationalId*
string
borrower national ID
Get Credit Application Status
GET
https://ezloan.genify.ai/credit_application/{borrower_id}/get_credit_application_status
Returns status of current borrower credit applications
Path Parameters
borrower_id
string
Last updated
Was this helpful?