# Transactions Use these endpoints to view Transactions of funds moving in and out of Jiko Accounts, specifically the bank account component (cash deposits and withdrawals). For viewing information regarding the brokerage account component (buying and selling of T-bills), use [Trades](/products/partner-api/reference/trades). ## List Customer Transactions (deprecated) - [GET /api/v1/customers/{customer_id}/transactions/](https://docs.jiko.io/products/partner-api/reference/transactions/list_customer_transactions_api_v1_customers__customer_id__transactions__get.md): Returns a list of transactions from a customer's bank accounts. It does not include transactions between the bank account and brokerage account. Deprecated: Use List Customer Transactions instead. ## List Account Transactions (deprecated) - [GET /api/v1/jiko-accounts/{account_id}/transactions/](https://docs.jiko.io/products/partner-api/reference/transactions/list_account_transactions_api_v1_jiko_accounts__account_id__transactions__get.md): Returns a list of bank account transactions. It does not include transactions between the bank account and brokerage account. Deprecated: Use List Pocket Transactions instead. ## Get Account Transaction (deprecated) - [GET /api/v1/jiko-accounts/{account_id}/transactions/{transaction_id}/](https://docs.jiko.io/products/partner-api/reference/transactions/get_account_transaction_api_v1_jiko_accounts__account_id__transactions__transaction_id___get.md): Returns a specific transaction for a specific account, based on the provided account_id and transaction_id in question. Deprecated: Use Get Transaction instead.