Moov · Schema

UpdateTransferRequest

Request body for updating transfer metadata.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
metadata object Updated custom key-value pairs for the transfer.
View JSON Schema on GitHub

JSON Schema

moov-updatetransferrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateTransferRequest",
  "title": "UpdateTransferRequest",
  "type": "object",
  "description": "Request body for updating transfer metadata.",
  "properties": {
    "metadata": {
      "type": "object",
      "description": "Updated custom key-value pairs for the transfer.",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}