Paytronix · Example Payload

Server Api Transaction History Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api Transaction History Reply Example is an example object payload from Paytronix, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultwalletInfotransactions

Example Payload

Raw ↑
{
  "result": "success",
  "walletInfo": [
    {
      "walletCode": "1",
      "name": "Points",
      "balance": 1250
    }
  ],
  "transactions": [
    {
      "transactionId": "string",
      "datetime": "2026-06-03T12:00:00Z",
      "type": "ACCRUAL",
      "walletCode": "string",
      "amount": 0,
      "balance": 0
    }
  ]
}