Make a repayment

To make a repayment on a loan using this API, you'll need to provide the loan Id in the path parameters.

Repayments can be specific installments, advance payments before the due date, or late payments, which might include a late payment fee.

Depending on the payment strategy, each component of the loan will be handled accordingly.

For a detailed understanding and usage of the loans API, refer to the Loans Tutorial.

Path Params
integer
required

The id associated with the loan Example: 12

Query Params
string
Defaults to repayment

In this case the command is always 'repayment'. Example: repayment

Body Params
string
required

The locale of the client. Example: en

string
required

The date format of the client. Example: dd MMMM yyyy

integer
required

The associated transaction amount. Example: 55

string
required

The date of transaction. Example: 10 July 2023

string

The associated payment type Id. Example: 1

string
length ≤ 1000

Any additional details. Example: some-note-xyz

string

The associated account number. Example: accno123

string

The associated check number. Example: chec123

string

The associated routing code. Example: rou123

string

The associated receipt code. Example: rec123

string

The associated bank code. Example: ban123

Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json