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

NameTypeDescription

partnerCode*

String

e.g. XYZ999

INS*

String

e.g. SFAD-FVWJ-INS

Headers

NameTypeDescription

Authorization*

String

Bearer {{JWT_token}}

{ 
  "quoteReference": "034327ff-3687-4baf-ab25-68c5bdd24c60"
}

Request Parameters

NameTypeDescription

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.

RuleDescription

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