Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-29"

Query Parameters

account_id
string

The account whose card transactions to list, prefixed biz_. Defaults to the credential's account.

transaction_ids
string[]

Return only these card transactions, each prefixed citx_. Repeat the parameter, or pass one comma-separated value.

card_id
string[]

Return only transactions charged to these cards, each prefixed icrd_.

cardholder_id
string[]

Return only transactions on cards assigned to these users, each prefixed user_.

status
enum<string>

Return only transactions with this status.

Available options:
pending,
completed,
reversed,
declined
created_after
string

Return only transactions authorized at or after this ISO 8601 timestamp.

created_before
string

Return only transactions authorized at or before this ISO 8601 timestamp.

order
enum<string>

The field to sort by. Defaults to created_at.

Available options:
created_at
direction
enum<string>

The sort direction. Defaults to desc.

Available options:
asc,
desc
first
integer

The number of card transactions to return.

after
string

A cursor; returns card transactions after this position.

last
integer

The number of card transactions to return, counting back from the end.

before
string

A cursor; returns card transactions before this position.

Response

no owner passed falls back to the credential's account

data
object[]
required
page_info
object
required