# Transactions

You can view all transactions associated with an account, including:
  - [List all invoices for an account](https://developer.zuora.com/api-references/older-api/operation/GET_TransactionInvoice/)
  - [List all payments for an account](https://developer.zuora.com/api-references/older-api/operation/GET_TransactionPayment/)


## List all invoices for an account

 - [GET /v1/transactions/invoices/accounts/{account-key}](https://developer.zuora.com/v1-api-reference/older-api/transactions/get_transactioninvoice.md): Retrieves invoices for a specified account. 
Invoices are returned in reverse chronological order by updatedDate.

## List all payments for an account

 - [GET /v1/transactions/payments/accounts/{account-key}](https://developer.zuora.com/v1-api-reference/older-api/transactions/get_transactionpayment.md): Retrieves payments for a specified account. Payments are returned in
reverse chronological order by updatedDate.

