Flex Life
Flex Life insurance by Tangerine. This product provides cover for permanent disability, critical illness, death and funeral benefits in the event of an eventuality.
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Compute Flex Life Premium
Use this end-point to calculate Flex Life premium
POST
https://api.mycover.ai/v1/products/tangerine/compute-life-premium
Body
Name | Type | Description |
---|---|---|
benefit_details* | array | Array of objects that contains the specific benefits and the corresponding sum insured. You can select one or more benefits. |
payment_plan* | number | Plan tenure in months. |
product_id* | string | Product UUID |
Supported values for benefit are "death", "permanent_disability", "critical_illness", "funeral_benefits".
Response
Buy Flex Lif Insurance
Use this end-point to buy Flex Life insurance.
POST
https://api.mycover.ai/v1/products/tangerine/buy-life-cover
Request Body
Name | Type | Description |
---|---|---|
first_name* | string | Customer's legal first name |
last_name* | string | Customer's legal last name |
email* | string | Customer's valid email address |
phone_number* | string | Customer's valid phone number |
date_of_birth* | string | Customer's date of birth |
gender* | string | Customer's gender |
benefit_details* | array | Array of objects that contains the specific benefits and the corresponding sum insured. You can select one or more benefits. |
payment_plan* | number | Plan tenure in months. |
address* | string | Customer's home address |
next_of_kin_full_name* | string | Customer's next of kin full name |
next_of_kin_phone_number* | string | Customer's next of kin phone number |
next_of_kin_address* | string | Customer's next of kin home address |
product_id* | string | Product ID |
Renew SME Flex Insurance
Use this end-point to renew Flex Life insurance.
POST
https://api.mycover.ai/v1/products/tangerine/renew-life
Body
Name | Type | Description |
---|---|---|
policy_id | string | UUID of the policy |
payment_plan | number | Plan tenure in months. |
Response
Last updated