Malaria Cover
Purchase and manage affordable Malaria health cover.
Buy Malaria Cover
Use this endpoint to buy affordable and convenient Malaria health cover
POST https://api.mycover.ai/v1/products/wella/buy-health-malaria
Request Body
date_of_birth*
String
Customer's date of birth
gender*
String
Male or Female
address*
String
Customer's home address
image_url*
String
Passport image url
beneficiaries
Object
If the customer is adding additional beneficiaries to the policy. This field is optional.
first_name*
String
Customer's first name
last_name*
String
Customer's last name
email*
String
Customer's email
phone_number*
String
Customer's phone number
payment_plan*
String
Set a payment plan. Available options are Monthly, Quarterly, Bianually, Yearly
product_id*
String
Product id
number_of_beneficiaries
Number
The total number of beneficiaries set by the customer. The maximum is 5. This field is dependent on the "beneficiaries" field.
{
"date_of_birth": "1978-05-04",
"gender": "Male",
"address": "14th street, Lagos",
"image_url": "https://via.placeholder.com/300/09f/fff.png",
"beneficiaries": [
{
"first_name": "Sandra",
"last_name": "Jones",
"email": "[email protected]",
"phone_number": "+2348026378277",
"date_of_birth": "1989-05-04",
"gender": "Female"
}
],
"first_name": "Emerson",
"last_name": "Craig",
"email": "[email protected]",
"phone_number": "+2349026378299",
"payment_plan": "Monthly",
"number_of_beneficiaries": 4,
"product_id": "fab6bda1-b870-4648-8704-11c1802a51d0"
}Renew Malaria Cover
POST https://api.mycover.ai/v1/products/wella/renew-wella-health
This endpoint renews a malaria cover by WellHealth
Body
policy_id
string
UUID of the policy
Response
Last updated
Was this helpful?