List Account Transactions
Loading...
API endpoint path: /db-transactions/v1/transactions
Retrieves transaction history for a specified account. Transactions include all financial actions performed by the customer including deposits, withdrawals, transfers, and payments.
Key Features:
- Filter by date range using startDate and endDate parameters
- Retrieve pending/future transactions with retrieveFutureTransactions parameter
- Business Banking support with institutionCustomerId for location-specific transactions
- Returns transaction details including amounts, types, status indicators, and image identifiers
Date Parameters:
- Dates must be in ISO 8601 format (YYYY-MM-DD)
- Start date must be before or equal to end date
- If no dates provided, returns transactions based on FI-configured default range
See the Transactions tag documentation for complete error codes and additional details.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Success
Response Headers
transactionId
The transaction ID that was sent in the request header.
Bad request
Unauthorized
Forbidden
Server error