Adyen · Schema

EnableServiceResponse

It conveys the result of the Enable Service processing. Content of the Enable Service Response message.

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
Response object
View JSON Schema on GitHub

JSON Schema

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