Back to Integrations

About Bizchecks Payroll

Get API Keys
Category
Region
Employer Size
Employer Count
API Type
Assisted API
Finch's Automated APIs provide near-instant extraction of data from clients' systems.
Products
Organization
Payroll
Benefits

Powering integrations for hundreds of platforms

Build with confidence

Why developers love building with Finch

Market-leading coverage

Instantly support 180+ systems (and counting) compatible with our normalized data structure and as we add new systems, turn them on with one click.

Enterprise-grade security

Trust Finch’s infrastructure that enforces TLS 1.2 for data in transit and encrypts data at rest using AES 256 bit encryption.

Read and write functionality

Seamlessly read company, census, and payroll data, while writing deductions and benefits contributions changes directly into the source of truth.

Best in class developer experience

Integrate Finch in hours with just a few lines of code and turn on the ability sync data with employers in as little as 30 seconds.

200+
compatible systems
5M+
daily API calls
10,000+
employers connected
88%
U.S. employers covered

Developer-first

Designed for developers

Workforce regulations are complicated, but accessing employment data shouldn't be. Get up and running with just a few lines of code.

  • Company
    curl --request GET \ 
         --url https://api.tryfinch.com/employer/company \ 
         --header 'Authorization: Bearer <access-token>' \ 
         --header 'Content-Type: application/json' \ 
         --header 'Finch-API-Version: 2020-09-17'

    Read basic company data including legal name, EIN, bank accounts, entity type, and locations.

    Read the company api
  • Directory
    curl --request GET \ 
         --url https://api.tryfinch.com/employer/directory \ 
         --header 'Authorization: Bearer <access-token>' \ 
         --header 'Content-Type: application/json' \ 
         --header 'Finch-API-Version: 2020-09-17'

    Read company directory and organization structure including the names of individuals and the reporting structure.

    Read the directory api
  • Individual
    curl --request POST \ 
         --url https://api.tryfinch.com/employer/individual \ 
         --header 'Authorization: Bearer <access-token>' \ 
         --header 'Content-Type: application/json' \ 
         --header 'Finch-API-Version: 2020-09-17' \ 
         --data '{ 
             "requests": [ 
               { 
                 "individual_id": "string" 
               } 
             ] 
           }'

    Read individual data including name, email, phone number, date of birth, and residence.

    Read the individual api
  • Employment
    curl --request POST \ 
         --url https://api.tryfinch.com/employer/employment \ 
         --header 'Authorization: Bearer <access-token>' \ 
         --header 'Content-Type: application/json' \ 
         --header 'Finch-API-Version: 2020-09-17' \ 
         --data '{ 
             "requests": [ 
               { 
                 "individual_id": "string" 
               } 
             ] 
           }'

    Read employment data including income, employment type, start date, end date, and location.

    Read the employment api
  • Payment
    curl --request GET \ 
         --url https://api.tryfinch.com/employer/payment \ 
         --header 'Authorization: Bearer <access-token>' \ 
         --header 'Content-Type: application/json' \ 
         --header 'Finch-API-Version: 2020-09-17'

    Read all payments made the company including pay date, pay periods, and gross and net pay.

    Read the payment api
  • Pay Statement
    curl --request POST \ 
         --url https://api.tryfinch.com/employer/pay-statement \ 
         --header 'Authorization: Bearer <access-token>' \ 
         --header 'Content-Type: application/json' \ 
         --header 'Finch-API-Version: 2020-09-17' \ 
         --data '{ 
             "requests": [ 
               { 
                 "payment_id": "string",  
                 "limit": 0, 
                 "offset":0  
               } 
             ] 
           }'

    Read all data on a specific pay statement including earnings, deductions, and taxes.

    Read the pay statement api
  • Benefits
    curl --request GET \ 
         --url https://api.tryfinch.com/employer/benefits \ 
         --header 'Authorization: Bearer <access-token>' \ 
         --header 'Content-Type: application/json' \ 
         --header 'Finch-API-Version: 2020-09-17'

    Read and write benefits information, including creating benefits and enrolling individuals.

    Read the benefits api

Customer Stories

You’ll be in good company

Case Study

TempoPay writes payroll deductions 4X faster with Finch

View blog post
Case Study

How Thatch Got to Market 10 Months Faster with Finch

View blog post
Case Study

Customer Story: Corporate Merch—streamlined swag from start to finish

View blog post

200+ Integrations

Access the global employment ecosystem

Create a best-in-class experience for your users today.

Explore other integrations

Start building with Finch

Get your API keys or contact us for more information.