Adyen · Schema

SubjectErasureResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
result string The result of this operation.
View JSON Schema on GitHub

JSON Schema

adyen-subjecterasureresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubjectErasureResponse",
  "title": "SubjectErasureResponse",
  "properties": {
    "result": {
      "description": "The result of this operation.",
      "enum": [
        "ACTIVE_RECURRING_TOKEN_EXISTS",
        "ALREADY_PROCESSED",
        "PAYMENT_NOT_FOUND",
        "SUCCESS"
      ],
      "type": "string"
    }
  },
  "type": "object"
}