{
"environment": "Live",
"version": "1.0",
"organizationId": "98f7e6d5-c4b3-2a10-9876-543210fedcba",
"eventId": "hedge-cancelled_c3d4e5f6-a7b8-9012-cdef-123456789012",
"createdAtTs": 1710932100000,
"type": "hedge.cancelled",
"data": {
"hedgeId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"fromCurrency": "USD",
"fromCurrencyAmount": 100000,
"toCurrency": "EUR",
"toCurrencyAmount": 91250,
"settlementType": "full",
"externalTransactionId": "ext_tx_001",
"cancelledAt": "2026-03-20T00:00:00.000Z",
"cancelReason": "Requested by customer"
}
}Events
hedge.cancelled
Sent when a hedge is canceled by the customer or by the system.
WEBHOOK
hedge.cancelled
{
"environment": "Live",
"version": "1.0",
"organizationId": "98f7e6d5-c4b3-2a10-9876-543210fedcba",
"eventId": "hedge-cancelled_c3d4e5f6-a7b8-9012-cdef-123456789012",
"createdAtTs": 1710932100000,
"type": "hedge.cancelled",
"data": {
"hedgeId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"fromCurrency": "USD",
"fromCurrencyAmount": 100000,
"toCurrency": "EUR",
"toCurrencyAmount": 91250,
"settlementType": "full",
"externalTransactionId": "ext_tx_001",
"cancelledAt": "2026-03-20T00:00:00.000Z",
"cancelReason": "Requested by customer"
}
}Body
application/json
Deterministic unique UUID. Use for idempotency and deduplication.
"Live" or "Sandbox".
Available options:
Live, Sandbox, Demo Unix timestamp (ms) indicating when the event was created.
Payload schema version. Currently "1.0".
UUID of the organization the event belongs to.
Available options:
hedge.cancelled Show child attributes
Show child attributes
Response
200
Return 2xx within 10s to acknowledge delivery.