Adyen · Example Payload

Notification Webhooks Incoming Transfer Notification Data Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

accountHolderamountbalanceAccountbalancePlatformcounterpartycreationDatedescriptionidmodificationoriginalAmountpaymentIdpaymentInstrumentplatformPaymentreferencereferenceForBeneficiarystatusvalueDate

Example Payload

Raw ↑
{
  "accountHolder": "example_value",
  "amount": 1000,
  "balanceAccount": "example_value",
  "balancePlatform": "example_value",
  "counterparty": "example_value",
  "creationDate": "2025-03-15T14:30:00Z",
  "description": "A sample description.",
  "id": "REF-500123",
  "modification": "example_value",
  "originalAmount": 1000,
  "paymentId": "REF-500123",
  "paymentInstrument": "example_value",
  "platformPayment": "example_value",
  "reference": "REF-500123",
  "referenceForBeneficiary": "example_value",
  "status": "active",
  "valueDate": "2025-03-15T14:30:00Z"
}