All treasury reports related paths.
idstringrequired
Event unique identifier
created_atstringrequired
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
typestringrequired
Event type
objectobject (Treasury report)required
idstringrequired
typestringrequired
Treasury operation type.
currencystringrequired
The currency of the treasury payment. Alphabetic three-letter ISO 4217 currency code.
settlement_amountstringrequired
report_datestringrequired
The date when the treasury report was created.
directionstringrequired
Direction of the treasury operation.
filenamestringrequired
The report name.
webhook_idstringrequired
Webhook unique identifier.
{
"id": "8962b496-8d42-4560-bfab-10490dd1a721",
"created_at": "2023-05-08T10:42:34.758Z",
"type": "TREASURY_REPORT.CREATED",
"object": {
"id": "6e736b54-ed57-46ad-8620-0ef59ddd8e6d",
"type": "TRADING",
"currency": "EUR",
"settlement_amount": "123.12",
"report_date": "2023-05-08",
"direction": "OUTGOING",
"filename": "trading_buy_05082023.csv"
},
"webhook_id": "9df39835-be87-4243-9018-f2500b39cee6"
}Request has been processed successfully.
Empty response
Was this page helpful?