Adyen · Schema

DisableResult

DisableResult schema from Adyen API

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

recurring-disable-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/recurring-disable-result-schema.json",
  "title": "DisableResult",
  "description": "DisableResult schema from Adyen API",
  "type": "object",
  "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"
    }
  }
}