Envestnet · Schema

PaymentProcessorTokenResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
token array token
View JSON Schema on GitHub

JSON Schema

envestnet-paymentprocessortokenresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentProcessorTokenResponse",
  "title": "PaymentProcessorTokenResponse",
  "type": "object",
  "properties": {
    "token": {
      "type": "array",
      "description": "token",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/AccountToken"
      }
    }
  }
}