Payments

Pay Monthly Installments

POST https://ezloan.genify.ai/payments/pay_monthly_installment/

Request Body

Name
Type
Description

amount*

string

Amount of money to be settled.

nationalId*

string

National ID of borrower settling a due payment.

"We have recieved your payment"

Early Settle Due Payments

POST https://ezloan.genify.ai/payments/early_settlement/

Request Body

Name
Type
Description

amount

string

Amount of money to be settled.

nationalId

string

National ID of borrower settling a due payment.

"successfully settled your loan"

Compute Early Pay Price

GET https://ezloan.genify.ai/payments/early_pay_price/

Request Body

Name
Type
Description

nationalId

String

National ID of borrower settling a due payment.

{
  "credit_application": application id,
  "due_payment": due_payment,
 }

Get Payments

GET https://ezloan.genify.ai/payments/get_payments/

Request Body

Name
Type
Description

nationalId*

string

National ID of the borrower.

[
    {
        "Paid_Amount": 100.09,
        "Payment_Date": "Mon, 10 May 2021 00:00:00 GMT",
        "Payment_Method": "transfer"
    }
]

Last updated

Was this helpful?