Skip to main content
PATCH
Update category on a connection transaction

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

transactionId
string
required

Body

application/json
category
string
required

User-assigned category label for this transaction.

Maximum string length: 255
Example:

"Payroll"

Response

200 - application/json
transaction_id
string
required
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

category
string
required
Example:

"Payroll"

Last modified on July 22, 2026