Adyen · Schema

DisablePermitResult

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

adyen-disablepermitresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DisablePermitResult",
  "title": "DisablePermitResult",
  "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"
    }
  },
  "type": "object"
}