Skip to content

Use this page to configure event distribution channels in the Ripple Custody beta UI.

Choosing an event tracking method

Ripple Custody provides three methods for tracking events. Choose the method that best fits your use case:

MethodTypeBest forSetup required
Events APIPullReconciliation, historical queries, on-demand event retrievalNone (available out of the box)
WebhooksPushReal-time notifications, event-driven workflows, immediate response to eventsConfigure webhook channels (this section)
AMQP queuePushHigh-volume event processing, guaranteed delivery, complex event routingContact Ripple support

Best practice: Use webhooks for real-time notifications AND implement a periodic reconciliation process using the Events API. This provides both immediate notifications and a safety net for any delivery failures.

Quick start

To get started with webhooks in the UI:

  1. Ensure you have the eds-manager role for your domain.
  2. Set up an HTTPS endpoint to receive webhook notifications.
  3. Access the beta UI - see Register a webhook.
  4. Configure your webhook channel with the desired event types.
  5. Test your integration using the Send test event feature.
  6. Implement a reconciliation process using the Events API.

Event distribution methods

The Ripple Custody API currently supports Webhooks.

For a complete list of available event types, see Event tracking.

Want to manage events with the API instead? See Manage events with the API.