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
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Request Body
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
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
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Request Body
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
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Last updated