Insurance Policy

Insurance Calculation Rules

Shipper gets insurance prices from each logistics that has its own insurance calculation rules. Please take note, there are compulsory insurance rules if the item price of the order exceeds the insurance limit. If the item price exceeds the insurance limit, you are required to use insurance on your order.

Insurance Threshold

No3PL ListsInsurance Threshold
1JNERp 1.000.000
2SiCepatRp 500.000
3TikiRp 1.000.000
4J&TRp 1.000.000
5WahanaRp 199.999
6Ninja XpressRp 1.000.000
7Lion ParcelRp 1.000.000
8DPEXRp 1.000.000
9SAPRp 1.000.000
10Indah CargoRp 100.000
11Dakota CargoRp 200.000
12JanioRp 1.000.000
13AramexRp 1.000.000
14Premium ExpressRp 1.000.000

The list stated above states the threshold value of each 3PLs that requires insurance. If the item price is above the threshold value stated above, you are required to create order with insurance. To create order with insurance, the use_insurance parameter on API Create Order needs to be true.

Example:
If your item value is Rp 1.500.000,- and you choose JNE for the service. Our system will inform you on must_use_insurance parameter on Get Pricing API, then you must fill in use_insurance parameter on Create Order API with true.

Insurance Details

There are two types of compensation provided by Shipper in the event of loss or damage to goods during the shipping process:

1.If the customer uses insurance, any damage or lost goods will be replaced with the value of the goods stated when the order is created.

  1. If the customer doesn't use insurance, Shipper will compensate by choosing the lowest price between 10x the shipping fee or the value of the goods. For example:
  • The shipment fee is Rp10,000 and the value of the goods is Rp20,000,the compensation fee is Rp100,000 (Rp10,000 as the smallest nominal x 10).
LogisticPremiAdmin FeeTresholdCompensation (Without Insurance)Compensation (With Insurance)
JNE0.25%FreeInsurance required for valuable goods or if the value is more than 10x shipment fee.The lowest price between 10x of the shipping fee or value of the goods.

Max. Rp1,000,000 per order.
Max. Rp2,000,000,000
JNT0.25%FreeNo minimum insuranceThe lowest price between 10x of the shipping fee or value of the goods.

Max. Rp1,000,000 per order.
Max. Rp20,000,000
NINJA0.25%FreeNo minimum insuranceThe lowest price between 10x of the shipping fee or value of the goods.

Max. Rp1,000,000 per order.
Max. Rp30,000,000
INDAH0.20%FreeInsurance required if the value of the goods is more than Rp1.000.000.10x of shipping fee.

Max. Rp1,000,000 per order.
The value of the goods when order is created.
LION0.25%FreeInsurance required if the value of the goods is more than Rp2.000.000 or 10x shipping fee.The lowest price between 10x of the shipping fee or value of the goods.Max. Rp100,000,000
SAP0.3 %Rp2.000Insurance required if the value of the goods is more than Rp1.000.000.The lowest price between 10x of the shipping fee or value of the goods per order.

Max. Rp1,000,000 per order.
90% of the value of the goods stated when create the order.
SICEPAT0.25%FreeInsurance required if the value of the goods is more than Rp500.000.REG and BEST:
Rp500.000 for the first 1kg, applicable up to 5kg or Rp2.500.000.

GOKIL:
Rp200.000 for the first 1kg, applicable up to 5kg or Rp1.000.000.
Maximum IDR 100,000,000
RPX0.5 %FreeNo minimum insurance.The lowest price between 10x of the shipping fee or value of the goods per order.

Max. Rp2,000,000 per order.
Max. Rp100,000,000
TIKI0.20%FreeInsurance required if the value of the goods is more than 10x shipping fee.10x of shipping fee.

Max. Rp2,500,000.
Max. Rp500,000,000
JANIO2%Rp5.000No minimum insurance.Pengiriman internasional: Harga terendah dari US$ 100 atau nilai barang.

Pengiriman domestik:
The lowest price between 10x of the shipping fee or value of the goods per order.

Max. Rp1,000,000 per order.
Max. US$ 7,500
ARAMEX1.50%FreeNo minimum insurance

If use insurance, minimum charge $5 (~Rp75,000)
Maksimal US$ 100Max. US$ 10,000
GOSEND0FreeAutomatically covered by insurance.Insurance is automatically covered.Maximum IDR 10,000,000
PAXEL0.2 %FreeNo minimum insurance10x of shipping fee.

Max. Rp1,000,000 per order.
Max. Rp30,000,000
GRAB EXPRESS0FreeAutomatically covered by insurance.The lowest price between 10x of the shipping fee or value of the goods per order.INSTANT
Max. Rp10,000,000

SAMEDAY
Max. 10x shipment fee
Dakota Cargo0.20%FreeInsurance required if the value of the goods is more than 10x shipping fee.10x of shipping fee.90% of the value of the goods when order is created.
ANTERAJA0.20%FreeNo minimum insuranceThe lowest price between 10x of the shipping fee or value of the goods per order.

Max. Rp1,000,000 per order.
Max. Rp1,000,000
WAHANA0.5%FreeNo minimum insuranceMax. Rp199,999 per order.Max. Rp9,999,999
SHOPEX-Free---
DPEX-Free-Max. $100 per order.-
Premium Express2.00%FreeNo minimum insurance

If use insurance, minimum charge Rp150,000.
Max. $100 per order.The value of the goods when order is created.
J&T Cargo0.20%FreeNo minimum insuranceInsurance required Rp5.000 per order.

Max. Rp2,500,000 per order
Max. Rp200,000,000

❗️

Important Notes

  1. When create the order, make sure you fill in the value of the item according to the actual price.
  2. Mandatory to use insurance if you send fragile goods and important documents.
  3. Please always fill use_insurance = false when create order use 3PL with insurance automatically covered (Gosend & Grab Express).

Compulsory Insurance Flow

When the item price exceeds the threshold of each 3PL, we will inform you on API Get Pricing with the must_use_insurance parameter.

  • If the must_use_insurance parameter is true, then there is compulsory insurance you have to add to the order. To add the compulsory insurance, the use_insurance parameter value on API Create Order must be true. If you set the useinsurance parameter false, then the order creation will fail and the Create Order API will return error message "This order must use insurance."_ .
  • If the must_use_insurance parameter is false, then the insurance is optional. When the insurance is optional, the use_insurance parameter value on API Create Order can be either true or false.