Webhook Management
Webhooks enable real-time, push-based notifications from the CRYMBO Platform to your systems.
Configuring Webhooks
- Navigate to API Management > Webhooks in the CRYMBO Platform
- Click Add Webhook Endpoint
- Enter your endpoint URL
- Select which events to subscribe to
- Configure authentication (HMAC signature verification)
- Test the webhook with a test event
- Activate
Available Events
| Category | Events |
|---|---|
| Users | user.created, user.updated, user.suspended |
| Compliance | kyc.completed, kyb.completed, compliance.flagged |
| Transactions | transaction.created, transaction.completed, transaction.failed |
| Payments | payment.received, payment.settled, payment.failed |
| Oracle | attestation.published, identity.exchanged |
| Wallets | wallet.created, balance.updated |
Security
- All webhook payloads are signed with HMAC-SHA256
- Verify signatures before processing events
- Failed deliveries are retried up to 5 times with exponential backoff
- Webhook logs available in the Platform for debugging