Claims Management (FNOL to Settlement) — Host-to-Host Integration

Insurance • Real-time, system-to-system connectivity (no SLA section)

Purpose of Host-to-Host

Core Data Objects

Example API Endpoints

POST /fnol
Create FNOL with policyNo, loss details, contact
POST /claims/{id}/documents
Upload photos, invoices, medical reports
POST /claims/{id}/estimate
Submit repair/medical estimate for review
POST /claims/{id}/authorize
Request and record authorization (amount, scope)
POST /claims/{id}/status
Partner pulls or receives callback for status changes
POST /payments/notify
Bank/PG callback for settlement/ refund status

Reference Flows

Workshop/Hospital → Insurer (FNOL)
  • Partner submits FNOL + documents
  • System validates policy coverage & opens claim
  • Claim number returned; inspection scheduled if needed
Estimate & Authorization
  • Partner sends estimate → rules/adjuster review
  • Insurer responds with approve/ counter/ decline + notes
  • Authorized scope saved; repair/treatment begins
Settlement & Payment
  • Final invoice received → reconciliation against authorization
  • Payment order to bank; /payments/notify updates status
  • Claim closed; documents archived
Status Callbacks
  • Insurer pushes authorizationGranted, paymentIssued, etc. to partner callback URL
  • Partners display real-time progress to customers

Security & Controls

Monitoring & Audit

What You Get