SME Flex
SME Flex insurance by Tangerine. This product covers permanent disability, critical illness, death, burglary, fire, and cash theft.
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Compute Life SME Flex Premium
Use this end-point to calculate SME Flex premium
POST
https://api.mycover.ai/v1/products/tangerine/compute-life-bundle-price
Body
Name | Type | Description |
---|---|---|
sum_insured* | number | The total cost or risk you want to insure. |
payment_plan* | number | Plan tenure in months. |
product_id* | string | Product UUID |
Response
Buy SME Flex Insurance
Use this end-point to buy life bundle insurance.
POST
https://api.mycover.ai/v1/products/tangerine/buy-life-bundle
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 |
sum_insured* | number | The total cost or risk you want to insure. |
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 life bundle insurance.
POST
https://api.mycover.ai/v1/products/tangerine/renew-life-bundle
Body
Name | Type | Description |
---|---|---|
policy_id | string | UUID of the policy |
payment_plan | number | Plan tenure in months. |
Response
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Last updated