Paytronix · Example Payload

Server Api Add Redeem Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api Add Redeem 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

resultpxTransactionIdwalletContents

Example Payload

Raw ↑
{
  "result": "success",
  "pxTransactionId": "TXN-67890",
  "walletContents": [
    {
      "walletCode": "1",
      "name": "Points",
      "balance": 1250
    }
  ]
}