Skip to main content

TransactionDisplayRead

idIdrequired

Unique numeric identifier of the record.

company_idCompany Idrequired

ID of the owning company (the top-level tenant account).

amountAmountrequired
entry_typeTransactionTyperequired

Possible values: [token_usage, channel_fee, topup]

created_atdate-timerequired

Creation time (UTC, ISO 8601).

TransactionDisplayRead
{
"id": 0,
"company_id": 0,
"amount": "string",
"entry_type": "token_usage",
"created_at": "2024-07-29T15:51:28.071Z"
}