Skip to main content
Webhooks are not available yet. Today, order completion is detected by polling GET /orders/{reference}. Low-balance alerts are sent by email - see Notifications.
We are planning HTTP webhooks so you can receive events without polling. This page describes the planned shape; payloads and delivery may change before launch.

Planned events

Draft payload shape

Webhooks will be signed so you can verify authenticity. Registration (URL + secret) will be documented here when the feature ships.

Until webhooks launch

  • Poll orders after estimatedReadyAt - see Order lifecycle.
  • Use GET /wallet or the embedded wallet field on order responses for balance checks.
  • Subscribe to email low-balance alerts - see Notifications.