Get last Financial account activity (with pagination)

API Method: POST /api/transaction/v3/byFinancialAccount/server/pagination

Description: This endpoint retrieves the latest financial account activity with support for server-side pagination. It allows users to query transaction records (debits, credits, and adjustments) tied to a specific financial account, enabling detailed analysis, reporting, and auditing of account activity over time.

Use this API when you need a paginated, filtered view of recent transactions for a financial account—especially useful for dashboards, reports, or exporting activity logs.


Error Responses:

  • 400 Bad Request – Invalid or missing financial account ID or query filters
  • 401 Unauthorized – Missing or invalid authentication token
  • 403 Forbidden – User not permitted to view transactions for the specified account
  • 500 Internal Server Error – Unexpected server error

Use Case Example: A business user wants to view all debit and credit transactions for their operating account between July 1 and July 15. They use this endpoint to fetch a paginated list of activity for that time range.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!