Envestnet · Schema

ProviderAccountRefreshRequest

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
configName string The name of configuration created at the time onboarding or configuration creation.
providerAccountIds array Comma separated providerAccountIds.
View JSON Schema on GitHub

JSON Schema

envestnet-provideraccountrefreshrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProviderAccountRefreshRequest",
  "title": "ProviderAccountRefreshRequest",
  "required": [
    "configName",
    "providerAccountIds"
  ],
  "type": "object",
  "properties": {
    "configName": {
      "type": "string",
      "description": "The name of configuration created at the time onboarding or configuration creation."
    },
    "providerAccountIds": {
      "type": "array",
      "description": "Comma separated providerAccountIds.",
      "items": {
        "type": "integer",
        "format": "int64"
      }
    }
  }
}