Skip to main content
Nmbr supports asynchronous reports for payroll, remittance, accounting, tax form, and jurisdiction workflows. The example below creates a Liability Report, which can encompass liabilities across payrolls within a single business entity, a specific pay schedule, or a single payroll. Liability reports categorize liabilities by type and associated Remittance Accounts. Generate Report Generate a Liability Report using the Create Reports endpoint.
The response includes a Report ID (report_ulid), which is necessary to retrieve the completed report.
Retrieving a Report The report results will be generated shortly after the report was created. Once it is ready (has_results is true), it can be retrieved through the Retrieve Report endpoint. The report data can be accessed as a CSV file by specifying the Accept: text/csv header.