get https://api.banking.netevia.dev/api/transaction/
The GET /api/transaction/id/{transactionId} API method allows users to retrieve detailed information about a specific transaction using its unique identifier. By specifying the {transactionId} in the URL path, users can access essential data related to the transaction.
Functionality:
- Retrieves information such as the transaction amount, date, description, and status.
- Provides a detailed view of an individual transaction for tracking, auditing, or review purposes.
Key Features:
- Transaction Lookup: Allows users to retrieve specific transaction details quickly using the transaction's unique ID.
- Comprehensive Data: Provides a complete view of the transaction, including the amount, date, description, status, and related account details.
- Easy Verification: Useful for tracking and verifying individual transactions in real-time.
- Secure Access: Ensures the transaction data is accessed securely via proper authentication.
This API method is essential for users needing precise information on a single transaction, offering a quick and efficient way to monitor and manage financial records.