Adyen · Schema

SupportingEntityCapability

PaymentsFinancial ServicesFintech

Properties

Name Type Description
allowed boolean Indicates whether the capability is allowed for the supporting entity. If a capability is allowed for a supporting entity but not for the parent legal entity, this means the legal entity has other sup
id string Supporting entity reference
requested boolean Indicates whether the supporting entity capability is requested.
verificationStatus string The status of the verification checks for the capability of the supporting entity. Possible values: * **pending**: Adyen is running the verification. * **invalid**: The verification failed. Check if t
View JSON Schema on GitHub

JSON Schema

adyen-supportingentitycapability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SupportingEntityCapability",
  "title": "SupportingEntityCapability",
  "properties": {
    "allowed": {
      "description": "Indicates whether the capability is allowed for the supporting entity.\n\nIf a capability is allowed for a supporting entity but not for the parent legal entity, this means the legal entity has other supporting entities that failed verification.\n\n**You can use the allowed supporting entity** regardless of the verification status of other supporting entities.",
      "readOnly": true,
      "type": "boolean"
    },
    "id": {
      "description": "Supporting entity reference ",
      "readOnly": true,
      "type": "string"
    },
    "requested": {
      "description": "Indicates whether the supporting entity capability is requested. ",
      "readOnly": true,
      "type": "boolean"
    },
    "verificationStatus": {
      "description": "The status of the verification checks for the capability of the supporting entity.\n\nPossible values:\n\n* **pending**: Adyen is running the verification.\n\n* **invalid**: The verification failed. Check if the `errors` array contains more information.\n\n* **valid**: The verification has been successfully completed.\n\n* **rejected**: Adyen has verified the information, but found reasons to not allow the capability.\n",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}