Policy
The table below lists the events associated with the policy entity.
| Event | Description |
|---|---|
| health.policy.issued | Triggered when a policy gets issued. |
| health.policy.uploaded | Triggered when an policy is uploaded offline. |
Sample Payloads
health.policy.issued
note
Offline policy will only be considered for the health.policy.issued event when it is approved.
For offline policies, the quote_id and the proposal_id will be NULL.
{
"session_id": "18rRLLwvdI5tjPZM",
"policy_id": "18kfaYY6UvClEx35",
"insurer_policy_number": "31-24-0134728-00",
"status": "ISSUED",
"issuance_date": "2024-10-08",
"expiry_date": "2025-10-07",
"sum_insured": "1000000",
"policy_type": "FRESH",
"tenure": 1,
"gross_premium": "10417.00",
"insurer_id": "18kfaYY6UvClEx35",
"insurer_name": "ICICI Lombard",
"insurer_logo": "https://cdn.oasr.in/oa-site/cms-uploads/media/thumbnail_ABHI_logo_d425a45a55.jpg",
"product_id": "18kfaYY6UvClEx35",
"product_name": "ICICI Lombard Health Insurance",
"variant_id": "18kfaYY6UvClEx35",
"variant_name": "ICICI Lombard Health Insurance",
"previous_policy_id": "18kfaYY6UvClEx35",
"proposer_details": {
"address": {
"address_line_1": "123, 1st Lane",
"address_line_2": "3rd Main Street",
"city": "Bangalore",
"state": "Karnataka",
"country": "India",
"pincode": "560008"
},
"dob": "1990-01-01",
"email": "john.doe@example.com",
"name": "John Doe",
"phone": "9848488484",
"bank_details": {
"bank_id": "18kfaYY6UvClEx35",
"bank_account_number": "1234567890",
"bank_name": "ICICI Bank",
"branch_id": "18kfaYY6UvClEx35",
"branch_name": "Bangalore Branch",
"ifsc_code": "ICIC0000001"
}
},
"insured_members": [
{
"member_id": "18kfaYY6UvClEx35",
"dob": "1990-01-01",
"gender": "Male",
"name": "John Doe",
"pre_existing_diseases": ["Hypertension"],
"relationship": "SELF"
}
],
"nominees": [
{
"nominee_id": "18kfaYY6UvClEx35",
"nominee_name": "John Doe",
"nominee_phone": "9848488484",
"relationship": "Spouse"
}
],
"riders": [
{
"id": "18ceBvygbS2tjQlE",
"name": "Cancer Booster"
}
],
"proposal_id": "18kfaYY6UvClEx35",
"quote_id": "18kfaYY6UvClEx35"
}
health.policy.uploaded
{
"session_id": "18rRLLwvdI5tjPZM",
"policy_id": "18kfaYY6UvClEx35",
"insurer_policy_number": "31-24-0134728-00",
"status": "ISSUED",
"issuance_date": "2024-10-08",
"expiry_date": "2025-10-07",
"sum_insured": "1000000",
"policy_type": "FRESH",
"tenure": 1,
"gross_premium": "10417.00",
"insurer_id": "18kfaYY6UvClEx35",
"insurer_name": "ICICI Lombard",
"insurer_logo": "https://cdn.oasr.in/oa-site/cms-uploads/media/thumbnail_ABHI_logo_d425a45a55.jpg",
"product_id": "18kfaYY6UvClEx35",
"product_name": "ICICI Lombard Health Insurance",
"variant_id": "18kfaYY6UvClEx35",
"variant_name": "ICICI Lombard Health Insurance",
"previous_policy_id": "18kfaYY6UvClEx35",
"proposer_details": {
"address": {
"address_line_1": "123, 1st Lane",
"address_line_2": "3rd Main Street",
"city": "Bangalore",
"state": "Karnataka",
"country": "India",
"pincode": "560008"
},
"dob": "1990-01-01",
"email": "john.doe@example.com",
"name": "John Doe",
"phone": "9848488484",
"bank_details": {
"bank_id": "18kfaYY6UvClEx35",
"bank_account_number": "1234567890",
"bank_name": "ICICI Bank",
"branch_id": "18kfaYY6UvClEx35",
"branch_name": "Bangalore Branch",
"ifsc_code": "ICIC0000001"
}
},
"insured_members": [
{
"member_id": "18kfaYY6UvClEx35",
"dob": "1990-01-01",
"gender": "Male",
"name": "John Doe",
"pre_existing_diseases": ["Hypertension"],
"relationship": "SELF"
}
],
"nominees": [
{
"nominee_id": "18kfaYY6UvClEx35",
"nominee_name": "John Doe",
"nominee_phone": "9848488484",
"relationship": "Spouse"
}
],
"riders": [
{
"id": "18ceBvygbS2tjQlE",
"name": "Cancer Booster"
}
],
"proposal_id": "18kfaYY6UvClEx35",
"quote_id": "18kfaYY6UvClEx35"
}