GET Remote Reader API
Get Website
  1. Schemas
GET Remote Reader API
  • Basic Information
  • General
    • Get the configuration of the device
      GET
    • Cancel an active job
      GET
  • Status
    • Get the status of an asynchronous display operation on the device's screen (UI related)
    • Get the status of an asynchronous NFC tag interaction (NFC related)
  • POS
    • Start a job for a purchase
    • Initiate a refund job for a specific purchase
  • Ticketing
    • Start a job to swap a ticket to a NFC-tag
  • Display
    • Start a job to show information and interactive buttons on the device's UI
  • TagInfo
    • Start a job that prompts the end-user to scan an NFC tag
  • Schemas
    • Schemas
      • ApiBaseResponseApiDeviceConfigResponse
      • ApiErrorResponse
      • ApiDeviceConfigResponse
      • ApiPaymentType
      • ApiBaseResponseDisplayOnUiStatusResponse
      • DisplayOnUiResult
      • DisplayOnUiStatusResponse
      • ApiBaseResponseApiRequestStatusResponse
      • ApiBooleanField
      • ApiIntegerField
      • ApiNfcTagFields
      • ApiRequestStatusResponse
      • ApiWalletSnapshot
      • ApiBaseResponseApiJobStartedResponse
      • ApiJobStartedResponse
      • ApiJwtTicketingRequest
      • ApiDirectPurchaseRequest
      • ApiDirectPurchaseRequestCartItem
      • ApiRequestReference
      • ApiRefundRequest
      • Button
      • ApiTicketingRequest
      • DisplayOnUiRequest
      • TagInfoRequest
Get Website
  1. Schemas

ApiWalletSnapshot

Details of current wallet (tag) snapshot.

{
    "tagNr": "04C0506A4B6380",
    "tagType": "Valid",
    "normalCredits": "15.0",
    "preGiftCredits": "5.5",
    "pureGiftCredits": "6.0",
    "totalCredits": "26.5",
    "fields": {
        "booleanFields": [
            {
                "key": "string",
                "value": true
            }
        ],
        "integerFields": [
            {
                "key": "string",
                "value": 0
            }
        ]
    },
    "active": true,
    "worker": true,
    "admin": true,
    "manager": true,
    "master": true,
    "powerWorker": true,
    "hasPaidTagPawn": true,
    "hasTagPawnDisabled": true,
    "hasPaidActivationFee": true,
    "hasActivationFeeDisabled": true,
    "sessionCounter": 0
}
Built with