renew | boolean If true, indicates that this insurance policy should automatically renew at the end of each default year. The renewal duration is set to the selected tenure at the time of purchase, hence, for a Two-year policy at purchase, at the end of the first two years, the system automatically renews it for another two year duration. |
send_customer_notification | boolean Indicates if we should notify the customer of the policy purchase request. This gives merchants’ control over notification policy, should they decide to send the customer a notification from their end. We however, only send information regarding a successful purchase, such as transactionId , the customer information along with timestamps of purchase. Think of it as a receipt. |
product_type
. Below are list of definitions with an example for
each of them.
make | string =100 characters Represents the vehicle brand. |
model | string =100 characters Represents the vehicle model. |
owner | string Full-name of the vehicle owner, as registered with the government. |
value | decimal >= 2,000,000 Market-value of the vehicle. |
year | date Year of vehicle registration. |
usecase | string enum: [ private, commercial] Indicates if vehicle is used for private or commercial purposes. |
vehicle_type | string Category of the vehicle (e.g saloon , SUV , light_truck , heavy_truck , heavy_duty_truck ). |
chassis_number | string Unique-identifier of the chassis plate as provided by the manufacturer. |
engine_number | string Unique engine identifier. |
registration_number | string Official license plate registration number. |
make | string Device manufacturer brand e.g Apple, HP or Samsung. |
model | string Specific-model (e.g S25, or iPhoneX). |
value | string Market-value of the device insured. |
serial_number | string Device serial number as assigned by the manufacturer. |
imei | string International Mobile Equipment Identity (mandatory for mobile devices). |
device_type | string Category of the device in question (e.g pos , phone , tablet , etc). |
occupation | string The applicant’s occupation. |
risk_level | string enum: [ Low, Medium, High] Risk category based on occupation. |
occupation_risk_details | string enum: [ office, field, remote] Additional details regarding the occupational risk. |
property_value | decimal Estimated market-value of property. |
stationary_items_value | decimal Estimated value of immovable items. |
mobile_items_value | decimal Estimated value of movable items. |
location | string Location (Format: State, Country ). |
fire_protection | boolean Indicates if fire safety measures are installed. |
security_details | object Additional security information (e.g alarm systems, cctv, etc). |
originating_port | string Port where the shipment originated. |
destination_port | string Destination port of the shipment. |
currency | string Currency used for the transaction (e.g USD , NGN , EUR ). |
bank_name | string Name of the bank facilitating the transaction. |
invoice_number | string Unique invoice number for the shipment. |
cac_number | string Corporate Affairs Commission registration number of the responsible entity. |
tin_number | string Tax Identification Number. |
lc_number | string Letter of Credit number associated with transaction. |
cargo | string Detailed description of cargo or shipment. |