Modern Treasury · Schema

transaction_update_request

FintechPaymentsACHWiresTreasury

Properties

Name Type Description
metadata object Additional data in the form of key-value pairs. Pairs can be removed by passing an empty string or `null` as the value.
View JSON Schema on GitHub

JSON Schema

modern-treasury-transaction-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/transaction_update_request",
  "title": "transaction_update_request",
  "type": "object",
  "properties": {
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Additional data in the form of key-value pairs. Pairs can be removed by passing an empty string or `null` as the value."
    }
  }
}