Fern uses webhooks to notify your application about events that happen in your Fern account. Webhooks are HTTP POST requests that Fern sends to a URL you specify.Documentation Index
Fetch the complete documentation index at: https://docs.fernhq.com/llms.txt
Use this file to discover all available pages before exploring further.
Why Use Webhooks?
Webhooks allow you to:- Get real-time notifications about transaction status changes
- Update your database when customers complete verification
- Trigger business logic based on Fern events
- Maintain data consistency between Fern and your systems
Getting Started
- Configure Your Endpoint: Set up an HTTPS endpoint to receive webhooks
- Verify Webhooks: Implement signature verification for security
- Handle Events: Process incoming webhook events appropriately
- Manage Retries: Handle failed deliveries with proper retry logic