All treasury reports related paths.
id
string
required
Event unique identifier
created_at
string
required
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
type
string
required
Event type
object
object (Treasury report)
required
id
string
required
type
string
required
Treasury operation type.
currency
string
required
The currency of the treasury payment. Alphabetic three-letter ISO 4217 currency code.
settlement_amount
string
required
report_date
string
required
The date when the treasury report was created.
direction
string
required
Direction of the treasury operation.
filename
string
required
The report name.
webhook_id
string
required
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?