Transactions

A transaction is process that updates T-account balances by transferring funds between two or more T-accounts. There are many types of transactions in BillingCenter. The transaction types in BillingCenter are described in the BillingCenter Application Guide.

In Cloued API, transactions provide a means for finding out the actions that caused a change in T-account balances.

Depending on the type of transaction, different fields are present in the response. In general, transactions specify the amount of the transaction, the date of the transaction, the transaction number, the subtype of the transaction, and entities related to the transaction, in addition to other fields.

You can query for individual transactions in Cloud API. Use the following endpoint to GET a single transaction:
  • GET /billing/v1/transactions/{transactionId}

To get collections of transactions, use the endpoints described in the following pages: