get https://api.banking.netevia.dev/api/transaction/byFinancialAccount
The GET /api/transaction/byFinancialAccount API method allows users to retrieve a detailed list of transactions for a specified financial account. By providing the account ID, this endpoint enables users to access transaction data, including dates, amounts, descriptions, and other relevant details, giving insight into account-specific financial activities.
Functionality:
- Retrieves a comprehensive list of transactions associated with the specified financial account.
- Supports filtering by date range and transaction type for more specific queries.
- Provides details such as transaction amount, date, description, and status.
Key Features:
- Detailed Transaction History: Retrieves a list of all transactions for the specified account, including both debits and credits.
- Date and Type Filtering: Allows users to filter transactions by date range or transaction type for customized queries.
- Transaction Details: Each transaction includes the date, description, amount, and type, providing comprehensive insights into account activity.
- Secure Access: Requires authentication to ensure secure retrieval of financial information.
This API is essential for users who want to manage and track financial activity within specific accounts, making it valuable for both personal and business finance management.