Adyen · Example Payload

Notifications Scheduled Refunds Notification Content Example

PaymentsFinancial ServicesFintech

Notifications Scheduled Refunds 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

accountCodeaccountHolderCodeinvalidFieldslastPayoutrefundResults

Example Payload

Raw ↑
{
  "accountCode": "CODE123",
  "accountHolderCode": "CODE123",
  "invalidFields": [
    "example_value"
  ],
  "lastPayout": "example_value",
  "refundResults": [
    "example_value"
  ]
}