Paytronix · Example Payload

Server Api Gift Balance Request Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api Gift Balance Request 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

merchantIdstoreCodecardInfo

Example Payload

Raw ↑
{
  "merchantId": 1000,
  "storeCode": "1",
  "cardInfo": {
    "printedCardNumber": "60490012345678",
    "magstripe": "string",
    "cardTemplateCode": "1"
  }
}