Paytronix · JSON Structure

Server Api Header Info Structure

Common transaction header. programId is PX, SV, or LP.

Type: object Properties: 6
RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Properties

merchantId storeCode programId terminal operator posTransactionId

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/paytronix/refs/heads/main/json-structure/server-api-header-info-structure.json",
  "name": "HeaderInfo",
  "description": "Common transaction header. programId is PX, SV, or LP.",
  "type": "object",
  "properties": {
    "merchantId": {
      "type": "int32",
      "example": 1000
    },
    "storeCode": {
      "type": "string",
      "example": "1"
    },
    "programId": {
      "type": "string",
      "example": "PX"
    },
    "terminal": {
      "type": "string",
      "example": "1"
    },
    "operator": {
      "type": "string",
      "example": "100"
    },
    "posTransactionId": {
      "type": "string"
    }
  }
}