Working with Payroll Formats

Swipeclock has a large library of standard formats as well as formats for specific partners and specific payroll systems. Contact Swipeclock Support for guidance on the best available format for you, or to create a new format specific to an integration. To examine existing formats, you can retrieve format names using the Get Time Card Export Formats endpoint.

This will provide a list of all formats, as shown in this partial example, that can be used in the Get Time Card Export endpoint call:

[
  {
    "format": "avedaily"
  },
  {
    "format": "sum4"
  },
  {
    "format": "authhours"
  }
. . . . .
]