Adyen · Example Payload

Transaction Webhooks Transaction Example

PaymentsFinancial ServicesFintech

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

Top-level fields

accountHolderamountbalanceAccountbalancePlatformbookingDatecreationDateidstatustransfervalueDate

Example Payload

Raw ↑
{
  "accountHolder": "example_value",
  "amount": 1000,
  "balanceAccount": "example_value",
  "balancePlatform": "example_value",
  "bookingDate": "2025-03-15T14:30:00Z",
  "creationDate": "2025-03-15T14:30:00Z",
  "id": "REF-500123",
  "status": "booked",
  "transfer": "example_value",
  "valueDate": "2025-03-15T14:30:00Z"
}