Adyen · Schema

PINRequestType

Type of PIN Service.

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-pinrequesttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PINRequestType",
  "title": "PINRequestType",
  "type": "string",
  "description": "Type of PIN Service.",
  "enum": [
    "PINEnter",
    "PINVerify",
    "PINVerifyOnly"
  ]
}