Adyen · Example Payload

Transfer Webhooks Transfer Event Example

PaymentsFinancial ServicesFintech

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

Top-level fields

amountamountAdjustmentsbookingDateestimatedArrivalTimeidmodificationmutationsoriginalAmountreasonstatustransactionIdtypeupdateDatevalueDate

Example Payload

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