Skip to main content
GET
List Cardholder Transactions

Authorizations

Ocp-Apim-Subscription-Key
string
header
required

The APIM subscription key header.

Path Parameters

cardholderId
string<iri-reference>
required

The cardholder identifier in UUID format.

Query Parameters

limit
number
default:25
Required range: 1 <= x <= 25
offset
number
default:0
postDateTimeStartDateTime
string<date-time>
required

Returns transactions with a postDateTime greater than or equal to the specified UTC value.

Example:

"2026-03-01T13:00:00Z"

postDateTimeEndDateTime
string<date-time>
required

Returns transactions with a postDateTime less than or equal to the specified UTC value.

Example:

"2026-03-31T13:00:00Z"

result
enum<string>
default:APPROVED

Returns transactions with the specified result.

Available options:
APPROVED,
PENDING
accountId
string<uuid>

Returns transactions with the specified accountId.

Response

transactions
object[]
required
paging
Paging · object
required

The paging information.