Skip to main content
PATCH
Update a transaction

Authorizations

Authorization
string
header
required

Finta API key from the dashboard (Bearer token).

Path Parameters

id
string<uuid>
required

Transaction UUID

Body

application/json
categoryId
string<uuid> | null

Category UUID to assign, or null to remove

Response

Updated transaction

id
string<uuid>
required
bankConnectionId
string<uuid>
required
bankAccountId
string<uuid>
required
provider
string
required
Example:

"plaid"

providerId
string
required
status
enum<string>
required
Available options:
pending,
posted,
deleted
summary
string
required
amount
number
required
currency
string | null
required
authorizedDate
string<date> | null
required
postedDate
string<date> | null
required
merchantName
string | null
required
categoryId
string<uuid> | null
required
fees
number | null
required
feeType
string | null
required
netAmount
number | null
required
subAccount
string | null
required
paymentChannel
string | null
required
checkNumber
string | null
required
originalDescription
string | null
required
source
string | null
required