# Read transactions list of a card account **GET /v1/card-accounts/{accountId}/transactions** ## Servers - Production environment: https://api.memo.bank/nextgenpsd2 (Production environment) - Sandbox environment: https://api.beta.sandbox.memo.bank/nextgenpsd2 (Sandbox environment) ## Authentication methods - O auth2 ## Parameters #### Headers - **Signature** (string) #### Path parameters - **accountId** (string(uuid)) #### Query parameters - **bookingStatus** (string) - **dateFrom** (string(date)) Filter transactions by transaction date (inclusive greater than). - **dateTo** (string(date)) Filter transactions by transaction date (exclusive lower than). - **orderBy** (string) Values are `transactionDate` or `-transactionDate`. ## Responses ### default: default response #### Body Parameters: application/json (object) - **cardAccount** (object) - **debitAccounting** (boolean) - **cardTransactions** (object) - **balances** (array[object]) [Powered by Bump.sh](https://bump.sh)