Adyen · Example Payload

Notifications Refund Funds Transfer Notification Content Example

PaymentsFinancial ServicesFintech

Notifications Refund Funds Transfer Notification Content Example is an example object payload from Adyen, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amountinvalidFieldsmerchantReferenceoriginalReferencestatus

Example Payload

Raw ↑
{
  "amount": 1000,
  "invalidFields": [
    "example_value"
  ],
  "merchantReference": "REF-500123",
  "originalReference": "REF-500123",
  "status": "active"
}