Skip to main content
PATCH
Update note on an account transfer

Authorizations

X-API-KEY
string
header
required

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

Path Parameters

transferId
string
required

Body

application/json
note
string | null
required

Note text for this transaction. Send null or an empty string to clear it — the field itself is required (a request with no note key is rejected, so a client can never wipe a note by accident).

Maximum string length: 500
Example:

"Wire from payroll run"

Response

200 - application/json
transaction_id
string
required
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

note
string | null
Example:

"Wire from payroll run"

Last modified on August 20, 2026