Skip to main content
GET
List card transactions

Authorizations

Authorization
string
header
required

A Dueflow access token: dfp_ (personal) or dfs_ (service). Permissions are the token's scopes intersected with the role ceiling, re-evaluated per request.

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string
updatedSince
string<date-time>
cardId
string
status
enum<string>
Available options:
pending,
completed,
reversed,
declined
postedSince
string<date-time>
postedBefore
string<date-time>

Response

Success

data
object[]
required
hasMore
boolean
required
nextCursor
string | null
required