Update transaction metadata
Updates the metadata associated with the provided bank transaction id. Bank transaction metadata is additional information that can be associated with a transaction, such as a memo.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business that the transaction to update the metadata for belongs to
The UUID of the bank transaction to update metadata for
Body
Contains metadata associated with a transaction, including optional fields for additional context.
Optional memo field for adding notes or additional information about the transaction.
Response
Contains metadata associated with a transaction, including optional fields for additional context.
Optional memo field for adding notes or additional information about the transaction.