Adyen · Example Payload

Accounting Notifications Transfer Event Example

PaymentsFinancial ServicesFintech

Accounting Notifications Transfer Event Example is an example object payload from Adyen, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amountAdjustmentsbookingDateidmutationsoriginalAmountreasonstatustransactionIdtypeupdateDatevalueDate

Example Payload

Raw ↑
{
  "amountAdjustments": [
    1000
  ],
  "bookingDate": "2025-03-15T14:30:00Z",
  "id": "REF-500123",
  "mutations": [
    "example_value"
  ],
  "originalAmount": 1000,
  "reason": "amountLimitExceded",
  "status": "atmWithdrawal",
  "transactionId": "REF-500123",
  "type": "accounting",
  "updateDate": "2025-03-15T14:30:00Z",
  "valueDate": "2025-03-15T14:30:00Z"
}