Adyen · Schema

AcceptDisputeResponse

AcceptDisputeResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
disputeServiceResult object The result of the dispute service.
View JSON Schema on GitHub

JSON Schema

disputes-accept-dispute-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/disputes-accept-dispute-response-schema.json",
  "title": "AcceptDisputeResponse",
  "description": "AcceptDisputeResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "disputeServiceResult": {
      "description": "The result of the dispute service.",
      "$ref": "#/components/schemas/DisputeServiceResult"
    }
  },
  "required": [
    "disputeServiceResult"
  ]
}