Envestnet · Schema

Contact

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
phone string Phone number of the merchant

Applicable containers: bank,creditCard,investment,loan
email string Email Id of the merchant

Applicable containers: bank,creditCard,investment,loan
View JSON Schema on GitHub

JSON Schema

envestnet-contact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Contact",
  "title": "Contact",
  "type": "object",
  "properties": {
    "phone": {
      "type": "string",
      "description": "Phone number of the merchant<br><br><b>Applicable containers</b>: bank,creditCard,investment,loan<br>"
    },
    "email": {
      "type": "string",
      "description": "Email Id of the merchant<br><br><b>Applicable containers</b>: bank,creditCard,investment,loan<br>"
    }
  }
}