Skip to main content
Liquidramp delivers outbound webhooks to your server when order lifecycle events occur. Configure the URL and subscribed events in the partner portal.

Event types

Payload shape

data is the summary order shape (same as list orders). It does not include payin or payout. Fetch GET /v1/orders/:reference for full detail.

Delivery

  • HMAC-signed with liquidramp-signature and liquidramp-timestamp
  • Failed deliveries retry with backoff
  • Delivery logs are available in the portal

Handler checklist

  1. Verify signature before processing (Webhook verification)
  2. Respond 2xx quickly; process asynchronously
  3. Deduplicate by event + data.reference
  4. Fetch order detail when you need payin / payout