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.
"Example memo to associate with a transaction"
Arbitrary custom metadata in JSON format with a size limit of 10KB
{
"custom_field": "value",
"any valid json": "below 10kb",
"nested": { "meaning of life": 42, "array": [] }
}
Any (typically user-visible) identifier you would like to associate with the bank transaction. Can be used to filter when listing bank transactions.
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.
"Example memo to associate with a transaction"
Arbitrary custom metadata in JSON format with a size limit of 10KB
{
"custom_field": "value",
"any valid json": "below 10kb",
"nested": { "meaning of life": 42, "array": [] }
}
Any (typically user-visible) identifier you would like to associate with the bank transaction. Can be used to filter when listing bank transactions.