Adyen · JSON Structure

Payments Additional Data Risk Standalone Structure

AdditionalDataRiskStandalone schema from Adyen API

Type: object Properties: 15
PaymentsFinancial ServicesFintech

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

Properties

PayPal.CountryCode PayPal.EmailId PayPal.FirstName PayPal.LastName PayPal.PayerId PayPal.Phone PayPal.ProtectionEligibility PayPal.TransactionId avsResultRaw bin cvcResultRaw riskToken threeDAuthenticated threeDOffered tokenDataType

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-additional-data-risk-standalone-structure.json",
  "description": "AdditionalDataRiskStandalone schema from Adyen API",
  "type": "object",
  "properties": {
    "PayPal.CountryCode": {
      "description": "Shopper's country of residence in the form of ISO standard 3166 2-character country codes.",
      "type": "string"
    },
    "PayPal.EmailId": {
      "description": "Shopper's email.",
      "type": "string"
    },
    "PayPal.FirstName": {
      "description": "Shopper's first name.",
      "type": "string"
    },
    "PayPal.LastName": {
      "description": "Shopper's last name.",
      "type": "string"
    },
    "PayPal.PayerId": {
      "description": "Unique PayPal Customer Account identification number. Character length and limitations: 13 single-byte alphanumeric characters.",
      "type": "string"
    },
    "PayPal.Phone": {
      "description": "Shopper's phone number.",
      "type": "string"
    },
    "PayPal.ProtectionEligibility": {
      "description": "Allowed values:\n* **Eligible** \u2014 Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payments and Item Not Received.\n\n* **PartiallyEligible** \u2014 Merchant is protected by PayPal's Seller Protection Policy for Item Not Received.\n\n* **Ineligible** \u2014 Merchant is not protected under the Seller Protection Policy.",
      "type": "string"
    },
    "PayPal.TransactionId": {
      "description": "Unique transaction ID of the payment.",
      "type": "string"
    },
    "avsResultRaw": {
      "description": "Raw AVS result received from the acquirer, where available. Example: D",
      "type": "string"
    },
    "bin": {
      "description": "The Bank Identification Number of a credit card, which is the first six digits of a card number. Required for [tokenized card request](https://docs.adyen.com/risk-management/standalone-risk#tokenised-pan-request).",
      "type": "string"
    },
    "cvcResultRaw": {
      "description": "Raw CVC result received from the acquirer, where available. Example: 1",
      "type": "string"
    },
    "riskToken": {
      "description": "Unique identifier or token for the shopper's card details.",
      "type": "string"
    },
    "threeDAuthenticated": {
      "description": "A Boolean value indicating whether 3DS authentication was completed on this payment. Example: true",
      "type": "string"
    },
    "threeDOffered": {
      "description": "A Boolean value indicating whether 3DS was offered for this payment. Example: true",
      "type": "string"
    },
    "tokenDataType": {
      "description": "Required for PayPal payments only. The only supported value is: **paypal**.",
      "type": "string"
    }
  },
  "name": "AdditionalDataRiskStandalone"
}