v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBInstalment Operations
Close an existing instalment plan
post/v1/{instalmentId}/close
Path parameters
instalmentIdstring required
The instalment Id
Query parameters
auditUserstring required
The audit user to log the request
Response
Closed instalment
Example response
{
"id": "678543",
"instalmentOriginalId": "678544",
"accountId": "1234567890",
"currency": "EUR",
"effectiveRate": 10.46,
"totalAmount": 1000,
"principalAmount": 1000,
"feeAmount": 10,
"interest": {
"interestRate": 9.9,
"effectiveRate": 10.46,
"interestAmount": 90,
"interestAmountBilled": 10
},
"paidAmount": 20,
"interestPaidAmount": 20.57,
"principalPaidAmount": 500,
"dueAmount": 100,
"overdueAmount": 200,
"writtenOffAmount": 1000,
"reversed": 1000,
"fullRepaymentAmount": 900,
"transactionId": "8767653",
"description": "Instalment for product #4567",
"planOptions": {
"shift": 2
}
}