Adyen · Schema

PINRequestType

Type of PIN Service.

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

terminal-pin-request-type-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-pin-request-type-schema.json",
  "title": "PINRequestType",
  "description": "Type of PIN Service.",
  "type": "string",
  "enum": [
    "PINEnter",
    "PINVerify",
    "PINVerifyOnly"
  ]
}