Paytronix · Example Payload

Server Api Guest Token Request Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api Guest Token Request 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

merchantIdgrant_typeusernamepasswordscoperefresh_token

Example Payload

Raw ↑
{
  "merchantId": 1000,
  "grant_type": "password",
  "username": "jdoe",
  "password": "s3cret",
  "scope": "user_read account_read",
  "refresh_token": "string"
}