Adyen · JSON Structure

Data Protection Subject Erasure Response Structure

SubjectErasureResponse schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

result

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/data-protection-subject-erasure-response-structure.json",
  "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"
    }
  },
  "name": "SubjectErasureResponse"
}