Adyen · JSON Structure

Terminal Loyalty Request Structure

It conveys Information related to the Loyalty transaction to process. Content of the Loyalty Request message.

Type: object Properties: 3 Required: 3
PaymentsFinancial ServicesFintech

LoyaltyRequest is a JSON Structure definition published by Adyen, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SaleData LoyaltyTransaction LoyaltyData

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/terminal-loyalty-request-structure.json",
  "description": "It conveys Information related to the Loyalty transaction to process. Content of the Loyalty Request message.",
  "type": "object",
  "properties": {
    "SaleData": {
      "$ref": "#/components/schemas/SaleData"
    },
    "LoyaltyTransaction": {
      "$ref": "#/components/schemas/LoyaltyTransaction"
    },
    "LoyaltyData": {
      "$ref": "#/components/schemas/LoyaltyData"
    }
  },
  "required": [
    "SaleData",
    "LoyaltyTransaction",
    "LoyaltyData"
  ],
  "name": "LoyaltyRequest"
}