Adyen · Schema

ICCResetData

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-iccresetdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ICCResetData",
  "title": "ICCResetData",
  "type": "object",
  "properties": {
    "ATRValue": {
      "type": "string",
      "format": "byte",
      "pattern": "^.{1,100}$"
    },
    "CardStatusWords": {
      "type": "string",
      "format": "byte",
      "pattern": "^.{2,2}$"
    }
  }
}