Adyen · Schema

ReversalReason

Reason of the payment or loyalty reversal..

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-reversalreason-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReversalReason",
  "title": "ReversalReason",
  "type": "string",
  "description": "Reason of the payment or loyalty reversal..",
  "enum": [
    "CustCancel",
    "Malfunction",
    "MerchantCancel",
    "Unable2Compl"
  ]
}