School Fees Claims

Initiate School Fees Claims

The endpoint initiates the creation of a school fees claim.

POST https://sandbox.insurpass.com/api/merchant/school_fee_initiate_claim

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

policy_number*

String

The unique number that identifies the purchased insurance policy - IN98570819

full_details*

String

Dscriptive text of the full details of the incident

supporting_document*

String

image url of very possible doument to suport their claim

signature_date*

String

Date the claim was made. DD/MM/YYYY

date_of_occurance*

String

Date the incident occurred. DD/MM/YYYY

signature*

String

image url of the signature

{
   "success":true,
   "response_message":"School fee  policy claim initiated successfully",
   "response_code":"",
   "data":{
      "result":"School fee  policy claim initiated successfully"
   }
}

School Fees Claim Details

This endpoint returns an object containing a single school fees claim

POST https://sandbox.insurpass.com/api/merchant/school_fee_merchant_claims

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

policyNumber*

String

The unique number that identifies the purchased insurance policy - IN98570819

List All School Fees Claims

This endpoint returns a list of all the School Fees claim objects.

GET https://sandbox.insurpass.com/api/merchant/school_fee_merchant_claims

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Last updated

Was this helpful?