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-signatureandliquidramp-timestamp - Failed deliveries retry with backoff
- Delivery logs are available in the portal
Handler checklist
- Verify signature before processing (Webhook verification)
- Respond
2xxquickly; process asynchronously - Deduplicate by
event+data.reference - Fetch order detail when you need
payin/payout