Clover · Example Payload

Platform Rest Api Customer Example

RestaurantPOSPaymentsRetailSMBHardware

Platform Rest Api Customer Example is an example object payload from Clover, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idmerchantfirstNamelastNamemarketingAllowedcustomerSinceordersaddressesemailAddressesphoneNumberscardsmetadata

Example Payload

Raw ↑
{
  "id": "9ABCDEF1234567",
  "merchant": {},
  "firstName": "Example firstName",
  "lastName": "Example lastName",
  "marketingAllowed": true,
  "customerSince": 1718153645000,
  "orders": [],
  "addresses": [],
  "emailAddresses": [],
  "phoneNumbers": [],
  "cards": [],
  "metadata": {}
}