Adyen · JSON Structure

Terminal Admin Request Structure

Empty. Content of the Custom Admin Request message.

Type: object Properties: 1
PaymentsFinancial ServicesFintech

AdminRequest is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ServiceIdentification

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-admin-request-structure.json",
  "description": "Empty. Content of the Custom Admin Request message.",
  "type": "object",
  "properties": {
    "ServiceIdentification": {
      "type": "string",
      "pattern": "^.+$",
      "description": "Identification of the administrative service to process."
    }
  },
  "name": "AdminRequest"
}