Adyen · Example Payload

Payments Donation Request Example

PaymentsFinancial ServicesFintech

Payments Donation Request Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

donationAccountmerchantAccountmodificationAmountoriginalReferenceplatformChargebackLogicreference

Example Payload

Raw ↑
{
  "donationAccount": "example_value",
  "merchantAccount": "example_value",
  "modificationAmount": 1000,
  "originalReference": "REF-500123",
  "platformChargebackLogic": "example_value",
  "reference": "REF-500123"
}