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.

Body Params
amountFilter
object
string | null
filter
object
string | null
spendEvents
array of strings | null
spendEvents
string | null
string
enum
Allowed:
paginationSettings
object
date-time
required
date-time
required
string
required
length ≥ 1
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json