Adyen · Example Payload

Notifications Account Funds Below Threshold Notification Content Example

PaymentsFinancial ServicesFintech

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

Top-level fields

accountCodebalanceDatecurrentFundsfundThresholdmerchantAccountCode

Example Payload

Raw ↑
{
  "accountCode": "CODE123",
  "balanceDate": "example_value",
  "currentFunds": "example_value",
  "fundThreshold": "example_value",
  "merchantAccountCode": "CODE123"
}