Adyen · Schema

RevealPinResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
encryptedPinBlock string The encrypted PIN block.
token string The encrypted PIN block extraction token.
View JSON Schema on GitHub

JSON Schema

adyen-revealpinresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RevealPinResponse",
  "title": "RevealPinResponse",
  "properties": {
    "encryptedPinBlock": {
      "description": "The encrypted PIN block.",
      "type": "string"
    },
    "token": {
      "description": "The encrypted PIN block extraction token.",
      "type": "string"
    }
  },
  "required": [
    "encryptedPinBlock",
    "token"
  ],
  "type": "object"
}