Adyen · Example Payload

Notification Webhooks Sweep Configuration V2 Example

A sample description.

PaymentsFinancial ServicesFintech

Notification Webhooks Sweep Configuration V2 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

counterpartycurrencydescriptionidschedulestatussweepAmounttargetAmounttriggerAmounttype

Example Payload

Raw ↑
{
  "counterparty": "example_value",
  "currency": "USD",
  "description": "A sample description.",
  "id": "REF-500123",
  "schedule": "example_value",
  "status": "active",
  "sweepAmount": 1000,
  "targetAmount": 1000,
  "triggerAmount": 1000,
  "type": "push"
}