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
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