Adyen · Schema

AdditionalDataRiskStandalone

PaymentsFinancial ServicesFintech

Properties

Name Type Description
PayPal.CountryCode string Shopper's country of residence in the form of ISO standard 3166 2-character country codes.
PayPal.EmailId string Shopper's email.
PayPal.FirstName string Shopper's first name.
PayPal.LastName string Shopper's last name.
PayPal.PayerId string Unique PayPal Customer Account identification number. Character length and limitations: 13 single-byte alphanumeric characters.
PayPal.Phone string Shopper's phone number.
PayPal.ProtectionEligibility string Allowed values: * **Eligible** Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payments and Item Not Received. * **PartiallyEligible** Merchant is protected by PayPal's Sel
PayPal.TransactionId string Unique transaction ID of the payment.
avsResultRaw string Raw AVS result received from the acquirer, where available. Example: D
bin string 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-
cvcResultRaw string Raw CVC result received from the acquirer, where available. Example: 1
riskToken string Unique identifier or token for the shopper's card details.
threeDAuthenticated string A Boolean value indicating whether 3DS authentication was completed on this payment. Example: true
threeDOffered string A Boolean value indicating whether 3DS was offered for this payment. Example: true
tokenDataType string Required for PayPal payments only. The only supported value is: **paypal**.
View JSON Schema on GitHub

JSON Schema

adyen-additionaldatariskstandalone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdditionalDataRiskStandalone",
  "title": "AdditionalDataRiskStandalone",
  "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**  Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payments and Item Not Received.\n\n* **PartiallyEligible**  Merchant is protected by PayPal's Seller Protection Policy for Item Not Received.\n\n* **Ineligible**  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"
    }
  },
  "type": "object"
}