Adyen · JSON Structure

Hosted Onboarding Error Field Type Structure

ErrorFieldType schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

ErrorFieldType is a JSON Structure definition published by Adyen, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errorCode errorDescription fieldType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/hosted-onboarding-error-field-type-structure.json",
  "description": "ErrorFieldType schema from Adyen API",
  "type": "object",
  "properties": {
    "errorCode": {
      "description": "The validation error code.",
      "type": "int32"
    },
    "errorDescription": {
      "description": "A description of the validation error.",
      "type": "string"
    },
    "fieldType": {
      "description": "The type of error field.",
      "$ref": "#/components/schemas/FieldType"
    }
  },
  "name": "ErrorFieldType"
}