Adyen · Example Payload

Accounting Notifications Transaction Rules Result Example

PaymentsFinancial ServicesFintech

Accounting Notifications Transaction Rules Result Example is an example object payload from Adyen, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

adviceallRulesPassedfailedTransactionRulesscore

Example Payload

Raw ↑
{
  "advice": "example_value",
  "allRulesPassed": true,
  "failedTransactionRules": [
    "example_value"
  ],
  "score": 50
}