Adyen · Schema

AdditionalDataRisk

AdditionalDataRisk schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
riskdata.[customFieldName] string The data for your custom risk field. For more information, refer to [Create custom risk fields](https://docs.adyen.com/risk-management/configure-custom-risk-rules#step-1-create-custom-risk-fields).
riskdata.basket.item[itemNr].amountPerItem string The price of item in the basket, represented in [minor units](https://docs.adyen.com/development-resources/currency-codes).
riskdata.basket.item[itemNr].brand string Brand of the item.
riskdata.basket.item[itemNr].category string Category of the item.
riskdata.basket.item[itemNr].color string Color of the item.
riskdata.basket.item[itemNr].currency string The three-character [ISO currency code](https://en.wikipedia.org/wiki/ISO_4217).
riskdata.basket.item[itemNr].itemID string ID of the item.
riskdata.basket.item[itemNr].manufacturer string Manufacturer of the item.
riskdata.basket.item[itemNr].productTitle string A text description of the product the invoice line refers to.
riskdata.basket.item[itemNr].quantity string Quantity of the item purchased.
riskdata.basket.item[itemNr].receiverEmail string Email associated with the given product in the basket (usually in electronic gift cards).
riskdata.basket.item[itemNr].size string Size of the item.
riskdata.basket.item[itemNr].sku string [Stock keeping unit](https://en.wikipedia.org/wiki/Stock_keeping_unit).
riskdata.basket.item[itemNr].upc string [Universal Product Code](https://en.wikipedia.org/wiki/Universal_Product_Code).
riskdata.promotions.promotion[itemNr].promotionCode string Code of the promotion.
riskdata.promotions.promotion[itemNr].promotionDiscountAmount string The discount amount of the promotion, represented in [minor units](https://docs.adyen.com/development-resources/currency-codes).
riskdata.promotions.promotion[itemNr].promotionDiscountCurrency string The three-character [ISO currency code](https://en.wikipedia.org/wiki/ISO_4217).
riskdata.promotions.promotion[itemNr].promotionDiscountPercentage string Promotion's percentage discount. It is represented in percentage value and there is no need to include the '%' sign. e.g. for a promotion discount of 30%, the value of the field should be 30.
riskdata.promotions.promotion[itemNr].promotionName string Name of the promotion.
riskdata.riskProfileReference string Reference number of the risk profile that you want to apply to the payment. If not provided or left blank, the merchant-level account's default risk profile will be applied to the payment. For more in
riskdata.skipRisk string If this parameter is provided with the value **true**, risk checks for the payment request are skipped and the transaction will not get a risk score.
View JSON Schema on GitHub