Montran · Schema

AccountList

List of accessible payment accounts

BankingCentral BankingFinancial ServicesISO 20022Market InfrastructureMessagingPaymentsReal-Time PaymentsSWIFT

Properties

Name Type Description
accounts array
View JSON Schema on GitHub

JSON Schema

montran-accountlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountList",
  "title": "AccountList",
  "type": "object",
  "description": "List of accessible payment accounts",
  "properties": {
    "accounts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AccountDetail"
      }
    }
  }
}