Adyen · Schema

DisableResult

PaymentsFinancial ServicesFintech

Properties

Name Type Description
response string Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled].
View JSON Schema on GitHub

JSON Schema

adyen-disableresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DisableResult",
  "title": "DisableResult",
  "properties": {
    "response": {
      "description": "Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled].",
      "type": "string"
    }
  },
  "type": "object"
}