Adyen · Schema

SubjectErasureResponse

SubjectErasureResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

data-protection-subject-erasure-response-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/data-protection-subject-erasure-response-schema.json",
  "title": "SubjectErasureResponse",
  "description": "SubjectErasureResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "result": {
      "description": "The result of this operation.",
      "enum": [
        "ACTIVE_RECURRING_TOKEN_EXISTS",
        "ALREADY_PROCESSED",
        "PAYMENT_NOT_FOUND",
        "SUCCESS"
      ],
      "type": "string"
    }
  }
}