Paytronix · Example Payload

Server Api Saved Payment Methods Reply Example

RestaurantLoyaltyGift CardsOnline OrderingGuest EngagementPaymentsMessaging

Server Api Saved Payment Methods Reply Example is an example object payload from Paytronix, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultpaymentMethods

Example Payload

Raw ↑
{
  "result": "success",
  "paymentMethods": [
    {
      "type": "CREDIT_CARD",
      "cardholderName": "Jane Doe",
      "lastFour": "4242",
      "defaultUsages": [
        "string"
      ]
    }
  ]
}