Accounting Notifications Transaction Rules Result Structure
TransactionRulesResult schema from Adyen API
Type: objectProperties: 4
PaymentsFinancial-ServicesFintech
TransactionRulesResult is a JSON Structure definition published by Adyen, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounting-notifications-transaction-rules-result-structure.json",
"description": "TransactionRulesResult schema from Adyen API",
"properties": {
"advice": {
"description": "The advice given by the Risk analysis.",
"type": "string"
},
"allRulesPassed": {
"description": "Indicates whether the transaction passed the evaluation for all transaction rules.",
"type": "boolean"
},
"failedTransactionRules": {
"description": "Array containing all the transaction rules that the transaction violated. This list is only sent when `allRulesPassed` is **false**.",
"items": {
"$ref": "#/components/schemas/TransactionEventViolation"
},
"type": "array"
},
"score": {
"description": "The score of the Risk analysis.",
"type": "int32"
}
},
"type": "object",
"name": "TransactionRulesResult"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.