Adyen · Example Payload

Notification Webhooks Transaction Notification Data Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

accountHolderamountauthCodebalanceAccountbalancePlatformcounterpartycreationDatedescriptionidmerchantDatamodificationoriginalAmountpaymentIdpaymentInstrumentplatformPaymentprocessingTypepurposeCodereferencereferenceForBeneficiaryrelayedAuthorisationDatastatustransactionRulesResultvalidationResultvalueDate

Example Payload

Raw ↑
{
  "accountHolder": "example_value",
  "amount": 1000,
  "authCode": "CODE123",
  "balanceAccount": "example_value",
  "balancePlatform": "example_value",
  "counterparty": "example_value",
  "creationDate": "2025-03-15T14:30:00Z",
  "description": "A sample description.",
  "id": "REF-500123",
  "merchantData": "example_value",
  "modification": "example_value",
  "originalAmount": 1000,
  "paymentId": "REF-500123",
  "paymentInstrument": "example_value",
  "platformPayment": "example_value",
  "processingType": "standard",
  "purposeCode": "CODE123",
  "reference": "REF-500123",
  "referenceForBeneficiary": "example_value",
  "relayedAuthorisationData": "example_value",
  "status": "active",
  "transactionRulesResult": "example_value",
  "validationResult": [
    "example_value"
  ],
  "valueDate": "2025-03-15T14:30:00Z"
}