Adyen · Example Payload

Notification Webhooks Sweep Configuration Example

PaymentsFinancial ServicesFintech

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

Top-level fields

balanceAccountIdidmerchantAccountschedulestatussweepAmounttargetAmounttransferInstrumentIdtriggerAmounttype

Example Payload

Raw ↑
{
  "balanceAccountId": "REF-500123",
  "id": "REF-500123",
  "merchantAccount": "example_value",
  "schedule": "example_value",
  "status": "active",
  "sweepAmount": 1000,
  "targetAmount": 1000,
  "transferInstrumentId": "REF-500123",
  "triggerAmount": 1000,
  "type": "push"
}