Get Claim Eligibility Check
This section contains information on how to retrieve the claim eligibility check result
Get Claim Eligibility
GET
https://staging.api.xclaim.xcover.com/partners/{partnerCode}/bookings/{INS}/customer-eligibility-check
Checks whether the policy data for the given booking INS is eligible to be used to create a claim.
Path Parameters
partnerCode*
String
e.g. XYZ999
INS*
String
e.g. SFAD-FVWJ-INS
Headers
Authorization*
String
Bearer {{JWT_token}}
Request Parameters
quoteReference*
String (UUID)
The quote id to pick which quote to use from the policy data
Claim Eligibility Rules:
List of rules to check if the customer is eligible to create a claim.
Valid policy coverage period
Checks whether the time at which the claim eligibility route is called is within the policy coverage period
Claim with same purchase has unique quote
Checks that the quote_reference
provided in the request data is unique and not used by any other existing claims with the same booking_reference
/INS
Customer not in fraudster list
Verify that the policy holder is not in the fraudster list
Active booking status
Verify that the policy data obtained from the INS
provided is in an active status
Last updated