Claims
Initiate Group Life Policy Claims
This endpoint is used to initiate group life insurance policy claim
POST https://sandbox.insurpass.com/api/merchant/group-life/claim/create-group-life-policy-claim
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Request Body
product_id*
String
The unique number that identifies the group life product you're purchasig - 5
group_life_policy_id*
String
The unique number that identifies policy id for group life policy. - 3
policy_number*
String
Customer's policy number IN50565948
nature_of_claims*
String
The nature of the claims being made - Medical expense
incident_date*
yy-mm-dd
The date the incident took place. - 2021-11-20
incident_location*
String
The location where the incident took place. - Ajah
document*
String
Document with prove of incident. - base64image
{
"success": true,
"response_message": "Group life policy claim initiated successfully",
"response_code": 200,
"data": {
"id": 28,
"user_id": 12,
"product_id": 2,
"merchant_id": 1,
"group_life_policy_id": 1,
"policy_number": "IN50565948",
"nature_of_claims": "Medical expense",
"incident_date": "2021-11-20T00:00:00.000000Z",
"incident_location": "Ajah",
"document": "document_BdeLVkpu5hRIonrr4qPz2zrHRC4u1EgN.jpeg",
"status": null,
"deleted_at": null,
"created_at": "2021-12-06T12:47:32.000000Z",
"updated_at": "2021-12-06T12:47:32.000000Z"
}
}
Get all Group Life Policy Claims
This endpoint returns merchant group life policy claims
GET https://sandbox.insurpass.com/api/merchant/group-life/claim/get-merchant-claims·
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Group Life Policy Claim Details
This endpoint return merchant group life policy claim details.
GET https://sandbox.insurpass.com/api/merchant/group-life/claim/group-life-policy-claim-details/IN50565948
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Last updated
Was this helpful?