Adyen · JSON Structure

Recurring Disable Permit Result Structure

DisablePermitResult schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

DisablePermitResult is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pspReference status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/recurring-disable-permit-result-structure.json",
  "description": "DisablePermitResult schema from Adyen API",
  "type": "object",
  "properties": {
    "pspReference": {
      "description": "A unique reference associated with the request. This value is globally unique; quote it when communicating with us about this request.",
      "type": "string"
    },
    "status": {
      "description": "Status of the disable request.",
      "type": "string"
    }
  },
  "name": "DisablePermitResult"
}