Callbacks

AiPrise provides two types of webhook callbacks for user verification:

  • Event Callbacks (events_callback_url): Real-time lifecycle updates throughout the verification workflow
  • Callback (callback_url): Final verification result when the workflow completes

User verification is handled through two structures:

  • User Cases: Session-based, temporary verification workflows
  • User Profiles: Long-lived user entities with persistent verification history

Learn more about Case and Profile here

User Case vs User Profile

📘

Important: When a verification session is linked to a user profile, the session's callback_url is NOT used. All notifications are sent to the profile's events_callback_url.

Get Started with Callbacks and Payload structure for User Verification