Adyen · Example Payload

Notifications Beneficiary Setup Notification Content Example

PaymentsFinancial ServicesFintech

Notifications Beneficiary Setup Notification Content Example is an example object payload from Adyen, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

destinationAccountCodedestinationAccountHolderCodeinvalidFieldsmerchantReferencesourceAccountCodesourceAccountHolderCodetransferDate

Example Payload

Raw ↑
{
  "destinationAccountCode": "CODE123",
  "destinationAccountHolderCode": "CODE123",
  "invalidFields": [
    "example_value"
  ],
  "merchantReference": "REF-500123",
  "sourceAccountCode": "CODE123",
  "sourceAccountHolderCode": "CODE123",
  "transferDate": "2025-03-15T14:30:00Z"
}