Get Insurance Premium Using Parcel Value
Retrieves total premium for insurance on a specific parcel.
Last updated
Was this helpful?
Retrieves total premium for insurance on a specific parcel.
POST https://api.terminal.africa/v1/insurance/premium
This endpoint allows you to retrieve premium charge for insurance coverage.
Authorization*
String
Set value to Bearer SECRET_KEY
Content-Type
String
Set value to application/json
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.
{
"status": true,
"message": "Insurance premium for parcel retrieved successfully",
"data": {
"premium": 600,
"currency": "NGN"
}
}Last updated
Was this helpful?
Was this helpful?