Create Loan Reschedule Request

This endpoint creates a reschedule request for a loan, allowing you to adjust installment dates, principal, interest, and other terms as needed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
Defaults to 01 April 2026

the installment date which need to be rescheduled.

Example: 01 April 2026

string
required
Defaults to 30 April 2026

The new due date for the affected installment. For progressive loans, this field is mutually exclusive with newInterestRate.

Example: 30 April 2026

string
required
Defaults to dd MMMM yyyy

The date format pattern used for date fields in the request.

Example: dd MMMM yyyy

string
required
Defaults to en

The locale used for date formatting and localization.

Example: en

double
Defaults to 1

Number of interest grace periods to apply after rescheduling.

Applies only to cumulative loans.

Regex: ^\d+$

Example: 1

string
required
Defaults to 73

The unique identifier of the loan to reschedule.

Regex: ^\d+$

Example: 73

string
required
Defaults to 59

The date of the first installment to be adjusted. Must refer to an open (unpaid) installment.

Example: 16 December 2025

string
required
Defaults to 2

Number of additional installments to add at the end of the loan schedule. Must be greater than or equal to 0. Applies only to cumulative loans.

Regex: ^\d+$

Example: 2

string
required
Defaults to 1

Number of principal grace periods to apply after rescheduling. Applies only to cumulative loans.

Regex: ^\d+$

Example: 1

string

The new annual nominal interest rate as a percentage. For progressive loans, this field is mutually exclusive with adjustedDueDate.

Example: 12.5

string

Free-form text providing additional context for the reschedule request. Maximum 1000 characters.

Example: Client requested extension due to temporary financial hardship

string
required
Defaults to 12 December 2025

The date when the reschedule request is submitted.

Typically set to today's date.

Example: 12 December 2025

Headers
string
required
Defaults to default
Responses

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