Adyen · Schema

ReversalReason

Reason of the payment or loyalty reversal..

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

terminal-reversal-reason-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/terminal-reversal-reason-schema.json",
  "title": "ReversalReason",
  "description": "Reason of the payment or loyalty reversal..",
  "type": "string",
  "enum": [
    "CustCancel",
    "Malfunction",
    "MerchantCancel",
    "Unable2Compl"
  ]
}