RiskData 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/checkout-risk-data-structure.json",
"description": "RiskData schema from Adyen API",
"type": "object",
"properties": {
"clientData": {
"description": "Contains client-side data, like the device fingerprint, cookies, and specific browser settings.",
"type": "string"
},
"customFields": {
"x-addedInVersion": "65",
"additionalProperties": {
"type": "string"
},
"description": "Any custom fields used as part of the input to configured risk rules.",
"type": "object"
},
"fraudOffset": {
"x-addedInVersion": "65",
"description": "An integer value that is added to the normal fraud score. The value can be either positive or negative.",
"type": "int32"
},
"profileReference": {
"x-addedInVersion": "65",
"description": "The risk profile to assign to this payment. When left empty, the merchant-level account's default risk profile will be applied.",
"type": "string"
}
},
"name": "RiskData"
}
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.