Adyen · JSON Structure

Payments Fraud Check Result Wrapper Structure

FraudCheckResultWrapper schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

FraudCheckResultWrapper is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FraudCheckResult

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/payments-fraud-check-result-wrapper-structure.json",
  "description": "FraudCheckResultWrapper schema from Adyen API",
  "properties": {
    "FraudCheckResult": {
      "$ref": "#/components/schemas/FraudCheckResult"
    }
  },
  "type": "object",
  "name": "FraudCheckResultWrapper"
}