Adyen · Example Payload

Checkout Donation Payment Response Example

PaymentsFinancial ServicesFintech

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

Top-level fields

amountdonationAccountidmerchantAccountpaymentreferencestatus

Example Payload

Raw ↑
{
  "amount": 1000,
  "donationAccount": "example_value",
  "id": "REF-500123",
  "merchantAccount": "example_value",
  "payment": "example_value",
  "reference": "REF-500123",
  "status": "completed"
}