Skip to main content
GET
Retrieve a card transaction

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.

Path Parameters

transactionId
string
required

Response

Success

id
string
required
cardId
string
required
amount
string | null
required
status
enum<string>
required
Available options:
pending,
completed,
reversed,
declined
merchantName
string | null
required
merchantCategory
string | null
required
merchantMcc
string | null
required
declineMessage
string | null
required
postedAt
string<date-time> | null
required
memo
string | null
required
receipts
object[]
required
financeCategoryId
string | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required