Montran · Schema

VirtualAccountUpdate

Virtual account update request

BankingCentral BankingFinancial ServicesISO 20022Market InfrastructureMessagingPaymentsReal-Time PaymentsSWIFT

Properties

Name Type Description
name string
accountHolder string
autoAllocate boolean
metadata object
View JSON Schema on GitHub

JSON Schema

montran-virtualaccountupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VirtualAccountUpdate",
  "title": "VirtualAccountUpdate",
  "type": "object",
  "description": "Virtual account update request",
  "properties": {
    "name": {
      "type": "string"
    },
    "accountHolder": {
      "type": "string"
    },
    "autoAllocate": {
      "type": "boolean"
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}