Adyen · Example Payload

Checkout Merchant Risk Indicator Example

PaymentsFinancial ServicesFintech

Checkout Merchant Risk Indicator Example is an example object payload from Adyen, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressMatchdeliveryAddressIndicatordeliveryEmaildeliveryEmailAddressdeliveryTimeframegiftCardAmountgiftCardCountgiftCardCurrpreOrderDatepreOrderPurchasepreOrderPurchaseIndreorderItemsreorderItemsIndshipIndicator

Example Payload

Raw ↑
{
  "addressMatch": true,
  "deliveryAddressIndicator": "shipToBillingAddress",
  "deliveryEmail": "user@example.com",
  "deliveryEmailAddress": "user@example.com",
  "deliveryTimeframe": "electronicDelivery",
  "giftCardAmount": 1000,
  "giftCardCount": 50,
  "giftCardCurr": "example_value",
  "preOrderDate": "2025-03-15T14:30:00Z",
  "preOrderPurchase": true,
  "preOrderPurchaseInd": "example_value",
  "reorderItems": true,
  "reorderItemsInd": "example_value",
  "shipIndicator": "example_value"
}