Paytronix · Example Payload

Server Api Charge Response Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api Charge Response 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

resultamountcardTypelastFourprocessorAuthCodetransactionState

Example Payload

Raw ↑
{
  "result": "success",
  "amount": 25.0,
  "cardType": "VISA",
  "lastFour": "4242",
  "processorAuthCode": "AUTH123",
  "transactionState": "APPROVED"
}