Adyen · Schema

DisablePermitResult

DisablePermitResult schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
pspReference string A unique reference associated with the request. This value is globally unique; quote it when communicating with us about this request.
status string Status of the disable request.
View JSON Schema on GitHub

JSON Schema

recurring-disable-permit-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-permit-result-schema.json",
  "title": "DisablePermitResult",
  "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"
    }
  }
}