Back to Help
Advanced Features
Webhooks
Understanding Webhooks
Webhooks allow you to receive real-time notifications when events occur in your Financbase account. Learn how to set up and manage webhooks to integrate with your systems.
Available Events
Transaction Created
Triggered when a new transaction is created
Invoice Paid
Triggered when an invoice is marked as paid
Payment Failed
Triggered when a payment fails
Setting Up Webhooks
1
Create Webhook
Go to Webhooks and click 'Create New Webhook'
2
Configure Endpoint
Enter your webhook URL endpoint
3
Select Events
Choose which events should trigger the webhook
4
Test & Verify
Test your webhook and verify it's working
Security Best Practices
- Always use HTTPS for webhook endpoints
- Verify webhook signatures
- Implement idempotency for webhook handlers
- Set up retry logic for failed deliveries