Adyen · Schema

ICCResetData

ICCResetData schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
ATRValue string
CardStatusWords string
View JSON Schema on GitHub

JSON Schema

terminal-icc-reset-data-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-icc-reset-data-schema.json",
  "title": "ICCResetData",
  "description": "ICCResetData schema from Adyen API",
  "type": "object",
  "properties": {
    "ATRValue": {
      "type": "string",
      "format": "byte",
      "pattern": "^.{1,100}$"
    },
    "CardStatusWords": {
      "type": "string",
      "format": "byte",
      "pattern": "^.{2,2}$"
    }
  }
}