Paytronix · Example Payload

Server Api Transaction Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

resultpxTransactionIdmaskedCardNumberenrollmentDatewalletBalances

Example Payload

Raw ↑
{
  "result": "success",
  "pxTransactionId": "TXN-12345",
  "maskedCardNumber": "******5678",
  "enrollmentDate": "2026-06-03",
  "walletBalances": [
    {
      "walletCode": "1",
      "name": "Points",
      "balance": 1250
    }
  ]
}