# Transactions Transactions represent the payments and charges made by your customers. ## List all transactions - [GET /transactions](https://chaching.redocly.app/developer-guide/api/transactions/transactionscontroller_gettransactions.md): Retrieves a list of transactions for the current account, based on the authentication that was used to make the request. ## Retrieve a transaction - [GET /transactions/{id}](https://chaching.redocly.app/developer-guide/api/transactions/transactionscontroller_gettransaction.md): Retrieves detailed information about a specific transaction for the current account, based on the authentication that was used to make the request.