post https://api-staging.qoala.app/api/v2/claims/partner/create
Partners could use this endpoint to generate and create a new claim. Qoala will validate and make sure the policy is claimable. Qoala will share the claim number in the response and if needed could also notify the partner via callback Integration.
List of Claim Status
Status Code | Claim Status (Subject) | Description |
---|---|---|
CLAIM_INITIATE | Claim initiated | When the claimer successfully submitted a claim |
QOALA_CLAIM_APPROVE | Claim received by Qoala | Qoala approved the claim |
QOALA_CLAIM_REJECT | Claim rejected by Qoala | Qoala rejects the claim |
INSURANCE_CLAIM_APPROVE | Claim approved by Insurance | Insurance approved the claim |
INSURANCE_CLAIM_REJECT | Claim rejected by Insurance | Insurance rejected the claim |
INSURANCE_CLAIM_PAID | Claim paid by Insurance | Claim already paid by insurance |
INSURANCE_CLAIM_WAITING_PAID | Claim Waiting paid | Claim already approved by insurance and waiting for paid |
Each status code corresponds to a specific claim status, providing information about the state of the claim in the system.