Event Name:
swap_processingEvent Payload
The webhook payload contains the following structure:{
"eventId": "7c2a9f14-5b3e-4d8a-9f61-2e8b4c7d0a35",
"eventType": "swap_processing",
"timestamp": "2026-06-22T11:00:02.1107863Z",
"data": {
"status": "PROCESSING",
"swapType": "fxSwap",
"orderId": "e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b",
"ownReference": "FX-SWAP-2026-001",
"source": {
"type": "account",
"debitedAccountId": "8befb505-7f8c-4a72-85a5-e7cbc9719ba8",
"debitedUserId": "15c5277a-8c8c-41d2-9f42-66f82f6f113d"
},
"destination": {
"type": "account",
"creditedAccountId": "e582cef6-a320-4d0d-afda-446ba16725ac",
"creditedUserId": "15c5277a-8c8c-41d2-9f42-66f82f6f113d"
},
"amounts": {
"debitedAmount": {
"amount": 100000,
"currency": "EUR"
},
"fees": {
"currency": "EUR",
"total": 1500,
"breakdown": {
"systemFee": 1000,
"merchantFee": 500
}
},
"amountAfterFees": {
"amount": 98500,
"currency": "EUR"
},
"fx": {
"pair": "EUR/USD",
"rate": "1.0823"
},
"creditedAmount": {
"amount": 106607,
"currency": "USD"
}
}
}
}