Skip to main content

Webhook Management

Webhooks enable real-time, push-based notifications from the CRYMBO Platform to your systems.

Configuring Webhooks

  1. Navigate to API Management > Webhooks in the CRYMBO Platform
  2. Click Add Webhook Endpoint
  3. Enter your endpoint URL
  4. Select which events to subscribe to
  5. Configure authentication (HMAC signature verification)
  6. Test the webhook with a test event
  7. Activate

Available Events

CategoryEvents
Usersuser.created, user.updated, user.suspended
Compliancekyc.completed, kyb.completed, compliance.flagged
Transactionstransaction.created, transaction.completed, transaction.failed
Paymentspayment.received, payment.settled, payment.failed
Oracleattestation.published, identity.exchanged
Walletswallet.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