post https://api-staging.qoala.app/api/v2/quotation/quotes
The following diagram describes how our integration works in terms of policy creation with partners and insurers:
- Partner hits the API to create a new quote along with a new policy in the Qoala system.
- Qoala responds with policy information, including quotation number, policy number, and policy certificate details.
- We can communicate with the insurance system if needed.
- Only if we communicate with insurance, we will obtain the insurance number and include it as part of the policy information.
- Partners can use our activation API to activate policies if necessary.
- Qoala will respond with policy activation details.
Policy Status Codes:
Status Code | Policy Status (Subject) | Description |
---|---|---|
POLICY_WAITING_PAYMENT | Policy Waiting Payment | The policy is still awaiting payment from the partner. |
ISSUING_POLICY | Issuing Policy | The policy is in the process of issuance by Qoala or the partner's insurance. |
POLICY_ACTIVE | Policy Active | The policy is currently active. |
POLICY_REJECTED_INSURANCE | Rejected by Insurance | The policy issuance has been rejected by Qoala. |
POLICY_CANCELLED | Policy Cancelled | The policy has been cancelled (for partner-specific reasons). |
Note: The above status codes are subject to change based on specific business rules and requirements.