If your users run payroll or want the ability to grow into running payroll, then your product would likely benefit from Hurdlr's Check payroll integration.

1. How it works

Through Hurdlr's Check integration, your users can create a new Check payroll account or link an existing one, all within your own UX.

In addition to a seamless UX, you and your users can rest assured knowing that the complex accounting that payroll necessitates is automatically taken care of. When your user runs a payroll, the necessary accounting transactions are automatically created in the user's General Ledger. Furthermore, when the bank withdrawals (i.e. expense transactions) come in several days later, the Hurdlr API will automatically reconcile those with the payroll run, keeping the user's General Ledger and balance sheets in sync, without any manual labor required from your user (or their accountants).

That reconciliation process, when done manually, can be very complex as a single Check payroll run typically includes at least three bank withdrawals, all of which need to be mapped to different accounts. With the Hurdlr API, this is a non-issue.

Your user may never need to look at their General Ledger, however the Hurdlr API still maintains that for them in the background, which enables you to ultimately support the future use cases they will eventually need.

2. Getting started

If you haven't already done so, you should create a developer account with Check.

📘

In the Check + Hurdlr integration, you own the relationship with Check. However, if you do not currently have any relationship with Check, please do not hesitate to reach out to [email protected], and our API team would be glad to make an introduction to the proper contact within the Check team.

Once you're logged into Check's Dashboard, you should navigate to their API Keys section where you can copy down your Key ID that is displayed, and paste them into your own text file. Contact us directly at [email protected] for instructions on how to securely share the Key ID:

Once you are ready to go live in the Production environment, you can repeat the above steps in Check's Live mode using the toggle in the bottom-left of Check's Dashboard:

3. Embeddable User Interface (Payroll Dashboard)

To embed the Payroll Dashboard within your own web app, so that your users can see the accounting breakdown (and matching withdrawals) of each payroll run, you can follow the simple steps below:

a. Initialize the Hurdlr SDK in your project by following the instructions on Embedding Hurdlr's white labelled UI. Be sure to use the accessToken that pertains to the specific user that has logged into your web app.

b. To render the Payroll Dashboard, you will need to provide the elementId parameter, which is the HTML id of the main <div> where you would like the Payroll Dashboard to render. Simply invoke the following line of javascript:

Hurdlr.renderScreen(elementId, 'payrollDash');