Adyen · Example Payload

Disputes Defense Reason Example

PaymentsFinancial ServicesFintech

Disputes Defense Reason Example is an example object payload from Adyen, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

defenseDocumentTypesdefenseReasonCodesatisfied

Example Payload

Raw ↑
{
  "defenseDocumentTypes": [
    "standard"
  ],
  "defenseReasonCode": "CODE123",
  "satisfied": true
}