Retrieve transaction summary for the specified account ID
GET/api/v1/accounts/:id/transaction-summary
This endpoint retrieves the transaction summary, including debit, credit, and final balance amounts, for the specified account ID based on the authenticated user's details.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Transaction summary retrieved successfully.
Invalid request parameters
Unauthorized access
Forbidden: You do not have permission to access this resource
Resource not found
Internal server error