Paytronix · Example Payload

Server Api Guest Token Response Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

access_tokentoken_typeexpires_inrefresh_tokenscopeusername

Example Payload

Raw ↑
{
  "access_token": "9f8c1a2b3c4d5e6f",
  "token_type": "bearer",
  "expires_in": 1800,
  "refresh_token": "1a2b3c4d5e6f7a8b",
  "scope": "user_read account_read",
  "username": "jdoe"
}