List virtual account transactions

Returns a paginated list of transactions for a single virtual account, newest first, scoped to the authenticated platform. Filterable by direction, status and a from_date/to_date range. An unknown id or an account belonging to another platform return 404 Not Found. The direction=OUTBOUND is accepted but currently matches no records as this flow is yet under construction.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The virtual account to list transactions for.

Query Params
string
enum

Filter by money direction. OUTBOUND returns an empty page today.

Allowed:
string
enum

Filter by lifecycle status. Values are lowercase.

Allowed:
date-time

Inclusive lower bound on created_at, as an ISO-8601 date-time.

date-time

Inclusive upper bound on created_at, as an ISO-8601 date-time.

number
≥ 1

Page number for pagination (starts at 1).

number
1 to 200

Number of transactions per page. Defaults to 50; a value above 200 is capped at 200. Returned in the response envelope as page_size.

Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

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