{
"summary": "Closed instalment",
"value": {
"id": "5422311",
"accountId": "4863511",
"creationDate": "2025-06-05T13:16:10",
"firstPayment": "2025-02-11",
"lastPayment": "2030-08-25",
"currency": "NOK",
"totalAmount": 10000,
"principalAmount": 10000,
"interest": {
"interestRate": 0,
"effectiveRate": 0,
"interestAmount": 0,
"interestAmountBilled": 0
},
"interestPaidAmount": 0,
"principalPaidAmount": 100,
"dueAmount": 0,
"overdueAmount": 0,
"reversed": 9000,
"fullRepaymentAmount": 9000,
"status": "CLOSED",
"lastUpdated": "2025-06-09T08:42:58",
"transactionId": "98192911",
"description": "Instalment plan for order #987",
"planOptions": {
"shift": 2,
"type": "BUY_NOW_PAY_LATER"
}
}
}
Basic authentication is used to authenticate towards Enfuce API. It is described in more detail in RFC 7617.
The audit user to log the request
Closed instalment
The response is of type object
.
Was this page helpful?
{
"summary": "Closed instalment",
"value": {
"id": "5422311",
"accountId": "4863511",
"creationDate": "2025-06-05T13:16:10",
"firstPayment": "2025-02-11",
"lastPayment": "2030-08-25",
"currency": "NOK",
"totalAmount": 10000,
"principalAmount": 10000,
"interest": {
"interestRate": 0,
"effectiveRate": 0,
"interestAmount": 0,
"interestAmountBilled": 0
},
"interestPaidAmount": 0,
"principalPaidAmount": 100,
"dueAmount": 0,
"overdueAmount": 0,
"reversed": 9000,
"fullRepaymentAmount": 9000,
"status": "CLOSED",
"lastUpdated": "2025-06-09T08:42:58",
"transactionId": "98192911",
"description": "Instalment plan for order #987",
"planOptions": {
"shift": 2,
"type": "BUY_NOW_PAY_LATER"
}
}
}