Take loans off cover on early repayment
POST
/credit-life/loans/early-settlement
Identify each loan by loanId or partnerLoanReference — not both. No refund is given: the loan ended by repayment, not by a loss. A refund is only owed when cover ends through a claim — file an UnearnedPremium claim instead.
Authorizations
BearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "loans": [ { "loanId": 0, "partnerLoanReference": "string", "repaymentDate": "string", "reason": "string" } ]
{
}
Responses
The loans come off risk immediately. Any refund is raised as a payment requisition for the insurer to approve and settle — this call moves no money.
application/json
JSON "id": "string", "number": "string", "endorsementType": "string", "endorsementStatus": "string", "endorsementAmount": 0, "lines": [ { "loanId": "string", "clientName": "string", "nrcNumber": "string", "amount": 0, "netPremium": 0, "refundAmount": 0 } ]
{
}
