Insurance

With insurance we intend to provide various insurances like General, Motor, Health insurances etc. to our customers via various partners.

Below are the generic parts for the same:

  1. Capture Details We need to get details from the customer via form and fields based upon insurance he selects. We pass these details to our partners via API and show them plans and quotes along with a breakup of features.
  1. Orders A customer should be able to place an order after selecting a plan and an order is created which can be used to check the status, download policy document and check other details related to policy
  1. Claims Easy claim process from the app order itself with status checks
  1. Notify Notify the customer about renewals in advance to keep recurring revenue channels on.

Technical Remarks

DescriptionRemarks
Integrating insurance APIsA backend middleware needs to be developed which will be used by the app to manage all insurances. We can reuse the same dynamic KYC form fields functionality with some tweaks as in opening bank accounts here to generate forms and fields dynamically required for each type of insurance. We should be able to plug any partners in the future to the same module with little tweaks App UI also needs to be developed for the same.