Adyen · Schema

FraudCheckResultWrapper

FraudCheckResultWrapper schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
FraudCheckResult object
View JSON Schema on GitHub

JSON Schema

payouts-fraud-check-result-wrapper-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/payouts-fraud-check-result-wrapper-schema.json",
  "title": "FraudCheckResultWrapper",
  "description": "FraudCheckResultWrapper schema from Adyen API",
  "properties": {
    "FraudCheckResult": {
      "$ref": "#/components/schemas/FraudCheckResult"
    }
  },
  "type": "object"
}