Skip to content

Renew and pay life policy

POST
/policies/life/{quoteId}/renew/pay

Renew a life insurance policy with payment.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

quoteId*
Type
string
Required

Request Body

application/json
JSON
{
  
"startDate": "string",
  
"endDate": "string",
  
"reference": "partner-ref-001",
  
"payment": {
  
  
"method": "string",
  
  
"mobileMoneyAccountNumber": "0971234567",
  
  
"cardDetails": {
  
  
  
"city": "string",
  
  
  
"country": "string",
  
  
  
"address": "string",
  
  
  
"zip": 0
  
  
},
  
  
"gateway": "Airtel"
  
}
}

Responses

Life policy renewed and paid

application/json
JSON
{
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Built with ❤️ by Hobbiton Technologies