Skip to main content

Program Cost Account

All program cost account events will return the following program cost account object. This is the same object as the program cost account api returns. API Endpoint

{
"id": "string",
"transactionId": 0,
"transactionType": "string",
"transactionSource": "string",
"description": "string",
"date": "2025-10-14T03:33:28.496Z",
"amount": 0,
"quantity": 0,
"unitCost": 0,
"currency": "string",
"transactionCurrencyAmount": 0,
"transactionCurrency": "string",
"conversionRate": 0,
"conversionRateDate": "2025-10-14T03:33:28.496Z",
"status": "string",
"statusChangedDate": "2025-10-14T03:33:28.496Z",
"statusChangedInfo": "string",
"feeOfferId": "string",
"invoiceId": 0,
"addedDate": "2025-10-14T03:33:28.496Z",
"updatedDate": "2025-10-14T03:33:28.496Z"
}

Events

  • programcostaccount.unconfirmed - This event will be triggered every time a program cost transaction is raised but has not yet been confirmed.
  • programcostaccount.confirmed - This event will be triggered every time a program cost transaction is confirmed.