Paytronix · Example Payload

Server Api Recharge Request Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

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

Top-level fields

merchantIdprintedCardNumberamountpaymentMethodaddress

Example Payload

Raw ↑
{
  "merchantId": 1000,
  "printedCardNumber": "60490012345678",
  "amount": 25.0,
  "paymentMethod": {
    "type": "CREDIT_CARD",
    "token": "string",
    "lastFour": "4242"
  },
  "address": {
    "address1": "string",
    "address2": "string",
    "city": "string",
    "stateProvince": "string",
    "postalCode": "string",
    "country": "US"
  }
}