Adyen · Schema

CapturedSignature

CapturedSignature schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
AreaSize object
SignaturePoint array
View JSON Schema on GitHub

JSON Schema

terminal-captured-signature-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-captured-signature-schema.json",
  "title": "CapturedSignature",
  "description": "CapturedSignature schema from Adyen API",
  "type": "object",
  "properties": {
    "AreaSize": {
      "$ref": "#/components/schemas/AreaSize"
    },
    "SignaturePoint": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Point"
      }
    }
  }
}