Skip to main content

Get business policies

GET: https://api.creditchek.africa/v1/erm/policy/business/policies

Request Parameters

NamePositionRequiredDescription
tokenHeadersTrueapp public key
Example Request
---
curl --location --request GET 'https://api.creditchek.africa/v1/erm/policy/business/policies' \
--header 'token: oORkkft9Ec5dQ36ixpxz5z21qnHrLm8h5L+h69DzktBm4REOjm0U4jv8XDPbsJH/' \
--header 'Content-Type: application/json' \
---
Response
{
"status": true,
"data": [
{
"_id": "6525414d018912d101164d7e",
"businessId": "630c8be89131cd442344e790",
"order_id": "6093",
"account_id": "275f4061-64a1-4c2a-b76d-0c20e15b59df",
"provider": "curacel",
"currency": "NGN",
"product_type": "git",
"amount": 2000,
"status": "paid",
"order": {
"id": 6093,
"asset_ref": null,
"product_price": 660,
"partner_commission": 26.4,
"amount_due": 633.6,
"currency": "NGN",
"payment_instructions": {
"message": "Payment successful",
"success": true
},
"payment_gateway_charge": null,
"status": "paid",
"country": "NG",
"meta": {
"broker_premium_rate": null,
"broker_taxes": null,
"premium_frequency": null,
"trips_per_day": null,
"trip_days_per_year": null,
"trip_frequency": "single",
"pickup_location": "ikeja",
"dropoff_location": "abuja",
"asset_value": 2000
}
},
"createdAt": "2023-10-10T12:19:25.884Z",
"updatedAt": "2023-10-10T12:19:25.884Z",
"__v": 0
}
],
"message": null,
"error": false
}