PUT
/
v1
/
businesses
/
{businessId}
/
bank-transactions
/
{transactionId}
/
metadata

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json

Path Parameters

businessId
string
required

The UUID of the business that the transaction to update the metadata for belongs to

transactionId
string
required

The UUID of the bank transaction to update metadata for

Body

application/json
memo
string | null

Optional memo field for adding notes or additional information about the transaction.

Response

200 - application/json
memo
string | null

Optional memo field for adding notes or additional information about the transaction.