Goods In Transit (GIT)

The policy covers the risks of loss of or damage to the goods insured caused by accident, burglary, collision, fire, or overturning while in transit.

Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.

Buy Goods In Transit Insurance

Use this end-point to buy Goods in transit insurance.

POST https://api.mycover.ai/v1/products/sti/buy-goods-in-transit

Request Body

{
   "responseCode":1,
   "responseText":"policy purchase successful",
   "data":{
      "first_name":"Jerry",
      "last_name":"Yang",
      "email":"pyku@mailinator.com",
      "phone":"+1 (276) 203-9432",
      "dob":"2004-03-03",
      "customer_id":"56264be0-e5cb-4d9a-b302-00971ea703ab",
      "buyer_id":"56264be0-e5cb-4d9a-b302-00971ea703ab",
      "product_id":"57a6df7e-87f4-40e8-bf78-5b1f85c6d87e",
      "product_category_id":"9e9d5fe0-2129-41a5-9f44-9c9fe90b3855",
      "distributor_id":"76d5970a-d46b-43df-beb3-8f3117b7a60f",
      "provider_id":"63dbfce7-a743-47bd-bc49-b95703054aa1",
      "activation_date":"2022-03-03",
      "start_date":"2022-03-03",
      "expiration_date":"Thu, 02 Mar 2023 23:00:00 GMT",
      "meta":{
         "policy_number":"120500132201",
         "certificate_url":null,
         "provider_policy_id":0,
      },
      "active":true,
      "purchase_id":"bbc23187-71ee-468e-b964-a387a28eb10c",
      "submitted_to_provider":true,
      "id":"6aa926f2-351b-4d8f-872b-f1a35ece75e1",
      "created_at":"2022-03-17T08:35:56.358Z",
      "updated_at":"2022-03-17T08:35:56.358Z"
   }
}

Premium amount is 0.5% of the gross annual limit.

Sample Request Payload
{
   "first_name":"Kato",
   "last_name":"Pearson",
   "email":"loxa@mailinator.com",
   "phone_number":"07064378577",
   "business_name":"Ade and sons Nig Ltd",
   "business_email":"adeson@gmail.com",
   "business_phone_number": "09099889988",
   "state": "Lagos",
   "address":"24 rd Opebi Ikeja Lagos",
   "type_of_goods":"Consumer goods",
   "operation_type":"Inter state",
   "gross_annual_limit": 50000000,
   "number_of_annual_trips": 24,
   "limit_per_trip": 200000,
   "product_id":"b0d0f39c-0b8a-452f-a876-78bef8dde1d9"
}

Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.

Last updated