Adyen · Schema

AdminRequest

Empty. Content of the Custom Admin Request message.

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
ServiceIdentification string Identification of the administrative service to process.
View JSON Schema on GitHub

JSON Schema

terminal-admin-request-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-admin-request-schema.json",
  "title": "AdminRequest",
  "description": "Empty. Content of the Custom Admin Request message.",
  "type": "object",
  "properties": {
    "ServiceIdentification": {
      "type": "string",
      "pattern": "^.+$",
      "description": "Identification of the administrative service to process."
    }
  }
}