Adyen · Schema

AdminResponse

It conveys the result of the Custom Admin. Content of the Custom Admin Response message.

PaymentsFinancial ServicesFintech

Properties

Name Type Description
Response object
View JSON Schema on GitHub

JSON Schema

adyen-adminresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdminResponse",
  "title": "AdminResponse",
  "type": "object",
  "description": "It conveys the result of the Custom Admin. Content of the Custom Admin Response message.",
  "properties": {
    "Response": {
      "$ref": "#/components/schemas/Response"
    }
  },
  "required": [
    "Response"
  ]
}