Paytronix · Example Payload

Server Api Gift Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

resultpxTransactionIdprintedCardNumbercurrentBalanceerrorCodeerrorMessage

Example Payload

Raw ↑
{
  "result": "success",
  "pxTransactionId": "GIFT-44556",
  "printedCardNumber": "70123456789012",
  "currentBalance": 50.0,
  "errorCode": "string",
  "errorMessage": "string"
}