Skip to main content

Create insurance claims

POST: https://api.creditchek.africa/v1/erm/policy/products/claims

Request Parameters

NamePositionRequiredDescription
tokenHeadersTrueapp public key
Example Request
---
curl --location --request POST 'https://api.creditchek.africa/v1/erm/policy/products/claims' \
--header 'token: oORkkft9Ec5dQ36ixpxz5z21qnHrLm8h5L+h69DzktBm4REOjm0U4jv8XDPbsJH/' \
--header 'Content-Type: application/json' \
--data '{
"amount": 120,
"policy_number": "CUR/CREDITCHEK/POLC/GIT/23/5971",
"attachments": [
1268
],
"payment_details": {
"bank_name": "Kuda bank",
"account_number": "2000123458",
"sort_code": "901290"
}
}'
---
Response
{
"status": true,
"data": {
"claim": {
"id": 191,
"status": "discharge_voucher",
"policy": {
"id": 3523,
"number": "CUR/CREDITCHEK/POLC/GIT/23/5971",
"description": null,
"start_date": "2023-10-10T00:00:00.000000Z",
"end_date": null,
"status": null,
"insurer": {
"code": "LEADWAY",
"name": "Leadway",
"logo_url": "https://www.leadway.com/wp-content/uploads/2019/07/logo-straight.png",
"terms_conditions": "Sed et ullamcorper nulla. Nunc ultricies arcu nec enim pellentesque, eget tristique augue vestibulum. Praesent ut vulputate erat. Nunc lectus dui, molestie ultricies iaculis eu, tincidunt vel lacus. Suspendisse placerat velit sit amet nulla sollicitudin finibus. In in volutpat magna, ut convallis ligula. Integer dapibus quam eget consequat fringilla. Morbi aliquam dictum eleifend. Vivamus tristique pretium tristique. Nullam viverra neque id rhoncus interdum. Pellentesque sed commodo arcu. Suspendisse potenti. Curabitur in urna nec lacus tempor dapibus nec eget ex. Sed laoreet ut odio non consectetur. Sed tincidunt dictum dolor.",
"currency": "NGN"
},
"customer": {
"id": 8228,
"ref": "b7758ed1-dbae-4f81-b2b4-9c5fea3384fc",
"email": "[email protected]",
"full_name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe",
"phone": "090900000088",
"sex": null,
"birth_date": "2000-10-10",
"next_of_kin_name": null,
"next_of_kin_phone": null,
"residential_address": "12 lagos",
"country": null,
"state": null,
"city": null,
"customer_type": "individual",
"created_at": "2023-09-05T07:44:39.000000Z"
},
"order": {
"id": 5971,
"amount_due": 633.6,
"premium": 660,
"asset_ref": null,
"created_at": "2023-09-05T11:47:19.000000Z",
"status": "policy_created",
"currency": "NGN",
"channel": "API",
"product": {
"title": "MEMPHIS CORE",
"id": 6,
"code": "987fgdry",
"description": "And yet I don't want to go down--Here, Bill! the master says you're to go nearer till she too began dreaming after a minute or two, she made out what it was: she was ready to talk about wasting IT. It's HIM.' 'I don't know what to uglify is, you know. Please, Ma'am, is this New Zealand or Australia?' (and she tried to say 'Drink me,' but the Mouse had changed his mind, and was going to be, from one minute to another! However, I've got to the other arm curled round her once more, while the Dodo.",
"product_type": {
"id": 4,
"name": "Goods in Transit",
"slug": "git",
"premium_type": "relative",
"icon_url": null
},
"created_at": null,
"price": 33,
"premium_type": "relative",
"premium_rate_unit": "%",
"premium_rate": 0.33,
"premium": null,
"partner_commission_rate": "1.00",
"min_premium": null,
"cover_duration": 0,
"premium_frequencies": ["annually"]
},
"payment_made_at": "2023-09-05T11:47:19.000000Z",
"payment_method": "wallet",
"policy_start_date": "2023-10-10T00:00:00.000000Z",
"meta": {
"asset_value": 2000,
"broker_taxes": null,
"trips_per_day": null,
"trip_frequency": "single",
"pickup_location": "ikeja",
"dropoff_location": "kogi",
"premium_frequency": null,
"trip_days_per_year": null,
"broker_premium_rate": null
},
"country": "NG"
},
"document": "policy_documents/curcreditchekpolcgit235971_curacel.pdf",
"document_url": "https://api.playbox.grow.curacel.co/api/v1/policies/3523/doc",
"insurance_type": "git",
"provider": "curacel"
},
"amount_requested": 120,
"amount_approved": null,
"currency": "NGN",
"insurer_comment": null,
"created_at": "2023-09-05T17:57:40.000000Z"
}
},
"message": null,
"error": false
}