Adyen · Example Payload

Configuration Webhooks Capability Settings Example

PaymentsFinancial ServicesFintech

Configuration Webhooks Capability Settings 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

amountPerIndustryauthorizedCardUsersfundingSourceintervalmaxAmount

Example Payload

Raw ↑
{
  "amountPerIndustry": {},
  "authorizedCardUsers": true,
  "fundingSource": [
    "credit"
  ],
  "interval": "daily",
  "maxAmount": 1000
}