Get Insurance Premium Using Parcel Value
Retrieves total premium for insurance on a specific parcel.
/insurance/premium
POST
https://api.terminal.africa/v1/insurance/premium
This endpoint allows you to retrieve premium charge for insurance coverage.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Set value to |
Content-Type | String | Set value to |
Request Body
Name | Type | Description |
---|---|---|
currency* | String | Currency for insurance premium. Defaults to NGN. Available options are AED, AUD, CAD, CNY, EUR, GBP, GHS, HKD, KES, NGN, TZS, UGX, USD, ZAR. |
parcel_value* | Number | Value of parcel, e.g 20000 |
insurance_type | String | Type of insurance for which premium should be returned. Defaults to local. Available options are local, export. |
Last updated