Envestnet · Schema

AccountToken

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
processorToken string The unique token that the payment partner can use to make API request to the Envestnet | Yodlee system.
accountId integer The unique identifier for the user's account.
View JSON Schema on GitHub

JSON Schema

envestnet-accounttoken-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountToken",
  "title": "AccountToken",
  "type": "object",
  "properties": {
    "processorToken": {
      "type": "string",
      "description": "The unique token that the payment partner can use to make API request to the Envestnet | Yodlee system.",
      "readOnly": true
    },
    "accountId": {
      "type": "integer",
      "description": "The unique identifier for the user's account.",
      "format": "int64",
      "readOnly": true
    }
  }
}