Adyen · Schema

AuthenticationMethod

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-authenticationmethod-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticationMethod",
  "title": "AuthenticationMethod",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "Bypass",
      "ManualVerification",
      "MerchantAuthentication",
      "OfflinePIN",
      "OnlinePIN",
      "PaperSignature",
      "SecureCertificate",
      "SecureNoCertificate",
      "SecuredChannel",
      "SignatureCapture",
      "UnknownMethod"
    ]
  }
}