Skip to main content
GET
List Transactions

Transaction Type Reference

These values describe the economic type of a transaction event. They are not accounting classifications; accounting treatment is the selected Chart-of-Accounts account on the linked journal entry.
Some values use spaces instead of underscores (e.g., INTERCOMPANY TRANSFER, CLAIM REWARD). Always reference the exact values below.

Authorizations

Authorization
string
header
required

Bearer token authentication, for client-server calls.

Send the access token issued by POST /v1/auth/token as Authorization: Bearer {token}. The token carries its own program and user context, so the X-Meridian-* headers are not required. See Authentication.

Headers

X-Meridian-Api-Key
string

Server-to-server (HMAC) requests only. Partner API key issued by Meridian during provisioning.

X-Meridian-Timestamp
string

Server-to-server (HMAC) requests only. Current time in milliseconds since the Unix epoch. Must be within 60 seconds of the request.

X-Meridian-Program-Id
string

Server-to-server (HMAC) requests only. Identifies the program context for the request.

X-Meridian-User-Id
string

Server-to-server (HMAC) requests only. Identifies the Meridian user targeted by the request. Required for MULTI_USER integrations; omit for SINGLE_USER.

Response

The transactions for the authenticated account

Transactions associated with the authenticated Meridian account

data
Transaction · object[]
required

List of transactions

pageIndex
integer
required

Current page index

Example:

0

pageSize
integer
required

Number of records per page

Example:

25

totalRecords
integer
required

Total number of records

Example:

8