Adyen · Example Payload

Notifications Transfer Funds Notification Content Example

PaymentsFinancial ServicesFintech

Notifications Transfer Funds 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

amountdestinationAccountCodeinvalidFieldsmerchantReferencesourceAccountCodestatustransferCode

Example Payload

Raw ↑
{
  "amount": 1000,
  "destinationAccountCode": "CODE123",
  "invalidFields": [
    "example_value"
  ],
  "merchantReference": "REF-500123",
  "sourceAccountCode": "CODE123",
  "status": "active",
  "transferCode": "CODE123"
}