v1

latestOpenAPI 3.0.12026-08-066103.9 MB

Allow the consumer to cancel the claim.

Cf. summary

post/insurance/travel/v2/claims/{claim_id}/cancel

Path parameters

claim_idstring required

Claim identifier.

Example:e941c951-6101-41b8-b227-28c0495227f3

Claim identifier.

Headers

x-environment'test' | 'preprod' | 'prod'

When calling the API, the client can precise in which environment the information should be sent. The environments are listed below:

  • test --> UAT / User Acceptance Environment.
  • preprod --> Pre-production (real data, real clients to validate the software before release to production).
  • prod --> Production environment.
x-tenant-idstring
Example:42bbd332fa8f48e7bb382165f257a579

The unique identifier of the tenant, the value should be provided by AXA.

Request body

reason'DECLINED' | 'WITHDRAWN' required

Cancellation reason, it can be:

  • DECLINED: the claim was declined by the partner since it does not meet the contract conditions.
  • WITHDRAWN: the client has decided to withdrawn its claim.
sub_reason'AGE_LIMIT_OUT_OF_RANGE' | 'CIRCUMSTANCE_NOT_COVERED' | 'CLAIM_WITHIN_EXCESS_AMOUNT' | 'DURATION_OF_DELAY_BELOW_THRESHOLD' | 'ELECTIVE_TREATMENT_TRAVEL' | 'INCOMPLETE_MEDICAL_SCREENING' | 'ITEM_NOT_COVERED' | 'ITEM_NOT_ON_PERSON_OR_IN_SAFE' | 'NO_LOSS_OF_LIMB_OR_SIGHT' | 'NO_PERMANENT_DISABLEMENT' | 'NO_PROOF_OF_CLAIM_PROVIDED' | 'NO_REPORT_PROVIDED' | 'PERSON_NOT_INSURED' | 'PRE_EXISTING_MEDICAL_CONDITIONS_NOT_COVERED' | 'PUSHED_AWAY_TO_ANOTHER_INSURER' | 'SPORT_OR_ACTIVITY_NOT_COVERED' | 'TRIP_DURATION_LIMIT_OUT_OF_RANGE' | 'TRIP_NOT_BOOKED_ON_CARD' | 'TRIP_OUTSIDE_COVERAGE_AREA' | 'TRIP_WITHIN_HOME_COUNTRY' | 'UNNECESSARY_RISK_TAKEN' | 'VALUABLES_IN_CHECKED_IN_LUGGAGE' | 'VALUABLES_UNATTENDED'

Cancellation sub-reason. For DECLINED reason it can be:

CodeDescription
AGE_LIMIT_OUT_OF_RANGEThe person contravenes the age limit applicable to the section of the policy claimed under - eg: maybe over age
CIRCUMSTANCE_NOT_COVEREDThe circumstances giving rise to the claim mean that the claim is not covered under the terms of the policy
CLAIM_WITHIN_EXCESS_AMOUNTThe amount of the claim after any deductions is within the excess amount applicable to the claim
DURATION_OF_DELAY_BELOW_THRESHOLDThe duration of the delay incurred is below the threshold before which the customer becomes eligible for cover - eg: person has to be delayed 6 hours and the delay is only 4 hours
ELECTIVE_TREATMENT_TRAVELThe reason for travel was for an elective treatment (A therapy or surgical procedure not requiring immediate attention and therefore planned for the patient's or provider's convenience)
INCOMPLETE_MEDICAL_SCREENINGSome policies allow customers to declare existing medical condition to the insurance company so that they can be covered in the event of the claim. This exclusion is used where the customers declaration is not accurate and is therefore incomplete
ITEM_NOT_COVEREDThe item claimed is not covered - eg: painting
ITEM_NOT_ON_PERSON_OR_IN_SAFEThe claim is for items that were not on the person / in a safe at the time of the theft / loss
NO_LOSS_OF_LIMB_OR_SIGHTThe claim is for Personal Accident / Travel Accident and there is no loss of sight / Limb
NO_PERMANENT_DISABLEMENTThe claim is for Personal Accident / Travel Accident and the person is not classed as permanently disabled
NO_PROOF_OF_CLAIM_PROVIDEDCustomer has not provided documentation to support the claim
NO_REPORT_PROVIDEDCustomer has not provided a report to support the claim eg: police, medical
PERSON_NOT_INSUREDThe claim relates to someone who is not an insured person - eg: a child who is over 18 years of age
PRE_EXISTING_MEDICAL_CONDITIONS_NOT_COVEREDThe claim is due to Pre-exisitng medical conditions and not covered
PUSHED_AWAY_TO_ANOTHER_INSURERThe claim has been pushed away to another entity - eg: private Medical Insured / Airline
SPORT_OR_ACTIVITY_NOT_COVEREDThe claim is due to a sport or activity that is not covered under the policy terms - eg: banana boating
TRIP_DURATION_LIMIT_OUT_OF_RANGEThe policy covers trips of maximum 21 days duration and the incident occurred on the 23rd day
TRIP_NOT_BOOKED_ON_CARDThe customer has not booked the trip on their card as required by the insurance contract
TRIP_OUTSIDE_COVERAGE_AREAThe claim is outside the geographical scope of coverage offered by the policy - eg: customer has a European policy and the claim is for costs in the US
TRIP_WITHIN_HOME_COUNTRYThe claim relates to a trip within the customers home area and is not covered under the terms of the policy
UNNECESSARY_RISK_TAKENThe circumstances giving rise to the claim are as a result of the customer taking unnecessary risks - eg: jumping off a cliff into water
VALUABLES_IN_CHECKED_IN_LUGGAGEThe claim is for valuable items as defined by the policy that were in the care of the airline (checked in luggage) when the loss occurred.
VALUABLES_UNATTENDEDThe claim is for valuable items as defined by the policy that were unattended when the loss occurred.
descriptionstring

Additional information on the reason that lead to the cancellation.

Response

Claim cancelled successfully (No content).