Skip to main content
GET
List card transactions

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Path Parameters

cardId
string
required

The id of the card to list transactions for

Minimum string length: 1

Query Parameters

limit
number
default:50

Maximum number of results to return

Required range: 1 <= x <= 100
cursor
string

Opaque cursor for pagination. Use the nextCursor value from the previous response.

sort
enum<string>
Available options:
desc,
asc
status
enum<string>
Available options:
pending,
posted,
declined,
reversed,
expired
fromDate
string

Filter start date (ISO 8601)

toDate
string

Filter end date (ISO 8601)

Search by merchant name or description

Response

Response for status 200

data
object[]
required
hasMore
boolean
required

Whether there are more results

nextCursor
string

Cursor for fetching the next page