Notifications & Event Handling
Last updated
Was this helpful?
WebSub is a publish-subscribe protocol used by MOSIP to send event notifications to integrated partners like CRVS systems. It allows real-time updates on credential generation and packet status changes.
CRVS subscribes to specific WebSub topics during partner onboarding
MOSIP publishes events (e.g., UIN generated, packet processed) to these topics
WebSub hub delivers notifications to subscribed CRVS endpoints
CRVS processes the notification and takes appropriate action
When a UIN is generated, MOSIP publishes credential data via WebSub. The default recommendation is to share:
PSUT Token (Print Secure UIN Token) - for printing eUIN cards
Alternatively: UIN, VID, or PSUT token based on country policy
CRVS systems must:
Register as credential partners in MOSIP
Configure policy to receive credential notifications
Provide callback endpoint for WebSub delivery
Implement retry logic for failed deliveries
MOSIP publishes packet status updates for:
Packet received
Packet under processing
Packet processed successfully
Packet rejected (with reason)
CRVS can filter status updates based on:
Packet ID
Status type
Source CRVS system
(Detail error notification structure and handling)
Core Integration Principles - Understanding identity credential sharing and packet status architecture
Policy Configuration & Customization - Partner policy setup and credential sharing configuration
Security & Authentication - Partner onboarding, authentication mechanisms, and callback security
Error Handling & Reconciliation - Managing notification failures and implementing retry strategies
Last updated
Was this helpful?
Was this helpful?