Skip to content

Intimate a claim against a covered loan

POST
/credit-life/claims

Identify the loan by loanId or partnerLoanReference — not both.

Authorizations

BearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"loanId": 0,
  
"partnerLoanReference": "string",
  
"lossDate": "string",
  
"cause": "string",
  
"lossType": "string",
  
"principalRepaid": 0,
  
"charges": 0,
  
"funeralExpense": 0,
  
"lateNotificationReason": "string"
}

Responses

An Intimated claim with the payable breakdown. Every money-moving step after this — check, approve, settle — stays with the insurer.

application/json
JSON
{
  
"id": "string",
  
"number": "string",
  
"loanId": "string",
  
"status": "string",
  
"lossType": "string",
  
"lossDate": "string",
  
"outStandingAmount": 0,
  
"charges": 0,
  
"freeFuneralExpense": 0,
  
"payableAmount": 0,
  
"createdAt": "string"
}

Playground

Authorization
Body

Samples

Built with ❤️ by Hobbiton Technologies