Skip to main content
POST
Make Repayment for Loan

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

loanId
string
required
Example:

"10"

Body

application/json
comment
string
Example:

"loan repayment"

paymentTypeId
string
Example:

"1"

transactionAmount
string
Example:

"50000"

transactionDate
string
Example:

"15 Mar 2022"

Response

200 - application/json

{}

The response is of type object.