Skip to content

Renew a policy

POST
/credit-life/policies/{policyId}/renew

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

policyId*
Type
string
Required

Responses

Opens the cover periods the policy owes and returns where that leaves it — no payment is initiated here. Each period goes on risk immediately unless the policy requires prepayment, in which case it stays pending until paid via schedules/{scheduleId}/pay or renew/pay. Clearing arrears reinstates lapsed cover from the date of payment onwards — a loss during the lapsed period stays uncovered.

application/json
JSON
{
  
"status": "string",
  
"currentPeriodIndex": 0,
  
"currentPeriodStart": "string",
  
"currentPeriodEnd": "string",
  
"graceEndsAt": "string",
  
"unpaidPeriods": [
  
  
0
  
],
  
"premiumPerPeriod": 0,
  
"totalCoveredAmount": 0,
  
"aggregateClaimLimit": 0,
  
"uncoveredAmount": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies