Adyen · Example Payload

Accounting Notifications Transfer Notification Data Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

accountHolderamountbalanceAccountbalanceAccountIdbalancescategorycounterpartydescriptiondirectioneventsidmodificationMerchantReferencemodificationPspReferencepanEntryModepaymentInstrumentpaymentInstrumentIdpaymentMerchantReferencepriorityprocessingTypepspPaymentReferencereasonreferencereferenceForBeneficiaryrelayedAuthorisationDatasequenceNumberstatustrackingtransactionIdtransactionRulesResulttypevalidationFacts

Example Payload

Raw ↑
{
  "accountHolder": "example_value",
  "amount": 1000,
  "balanceAccount": "example_value",
  "balanceAccountId": "REF-500123",
  "balances": [
    "example_value"
  ],
  "category": "bank",
  "counterparty": "example_value",
  "description": "A sample description.",
  "direction": "incoming",
  "events": [
    "example_value"
  ],
  "id": "REF-500123",
  "modificationMerchantReference": "REF-500123",
  "modificationPspReference": "REF-500123",
  "panEntryMode": "chip",
  "paymentInstrument": "example_value",
  "paymentInstrumentId": "REF-500123",
  "paymentMerchantReference": "REF-500123",
  "priority": "crossBorder",
  "processingType": "atmWithdraw",
  "pspPaymentReference": "REF-500123",
  "reason": "amountLimitExceded",
  "reference": "REF-500123",
  "referenceForBeneficiary": "example_value",
  "relayedAuthorisationData": "example_value",
  "sequenceNumber": 50,
  "status": "atmWithdrawal",
  "tracking": "example_value",
  "transactionId": "REF-500123",
  "transactionRulesResult": "example_value",
  "type": "atmWithdrawal",
  "validationFacts": [
    "example_value"
  ]
}