Asset Transfer Networks

A paginated array of asset transfer networks for the account

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer PermissionedAccount DataTransactionsInvestmentsInsuranceTax DataPayrollRESTOAuth2FAPICFPB 1033

Properties

Name Type Description
assetTransferNetworks array A paginated array of asset transfer networks for the account
View JSON Schema on GitHub

JSON Schema

fdx-assettransfernetworklist.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Asset Transfer Networks",
  "description": "A paginated array of asset transfer networks for the account\n",
  "type": "object",
  "properties": {
    "assetTransferNetworks": {
      "type": "array",
      "description": "A paginated array of asset transfer networks for the account\n",
      "items": {
        "$ref": "#/components/schemas/AssetTransferNetwork"
      }
    }
  },
  "required": [
    "assetTransferNetworks"
  ]
}