Skip to main content
PATCH
Itemize 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

Body

application/json
memo
string | null
Maximum string length: 500
receipts
object[]
Maximum array length: 10
financeCategoryId
string | null

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