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

adyen-adminrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdminRequest",
  "title": "AdminRequest",
  "type": "object",
  "description": "Empty. Content of the Custom Admin Request message.",
  "properties": {
    "ServiceIdentification": {
      "type": "string",
      "pattern": "^.+$",
      "description": "Identification of the administrative service to process."
    }
  }
}