Shop Insurance Claims
Initiate Shop Insurance Claims
The endpoint initiates the creation of a Shop Insurance claim.
POST
https://sandbox.insurpass.com/api/merchants/shop_insure_policy_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
shop_insure_policy_id*
string
The unique number that identifies shop insurance policy product
user_id*
string
the data used to identify the user
incident_details*
string
details of the incident that took place
phone_number*
numeric|digits:11
phone number of the user
name_of_claiment*
string
the name of the person requesting claims
signature*
string
image url of the signature
suspects*
string
details of suspects that carried out the incident
witnesses*
string
details of any witnesses
lostItems*
string
items that got ruined or damaged during the incident
attach_bills*
string
bill receipts for damages
injuredPersons
Object
A object containing the name, treatment cost and attached bills in it.
Shop Insurance Claim Details
This endpoint returns an object containing a single Shop Insurance policy claim
POST
https://sandbox.insurpass.com/api/merchant/shop_insure_policy_claim_details
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 Shop Insurance Claims
This endpoint returns a list of all the Shop Insurance Claim objects.
GET
https://sandbox.insurpass.com/api/merchant/shop_insure_policy_merchant_claims
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Last updated