Zoho Payroll: Product Updates - June 2025

Zoho Payroll: Product Updates - June 2025

This June, we’re taking a giant step forward. One that reflects what we’ve heard from you, the businesses that power economies.

For our customers using the latest version of Zoho Payroll (organizations created after Dec 12, 2024) in the United States, we’re excited to introduce the Professional Plan, shaped by some of your most requested features. With multi-state support and multiple pay rates for an employee, you now have more control, more flexibility, and more confidence with every pay run. And we didn’t stop there.

From additional forms in India to smart enhancements in the UAE, every update this month has been thoughtfully built to simplify the way you manage your payroll.

Multi-State Payrolls (US)

If your employees work across multiple states in the US, payroll shouldn't get any complex. Now, with the release of the new professional plan, Zoho Payroll supports work locations of employees in all the U.S. states, all while staying compliant with each state’s local laws and tax requirements.

We calculate and withhold federal, state, and local taxes from employee wages and account for employer contributions such as Social Security, Medicare, and State Unemployment Insurance. These obligations are tracked and reported accurately, so your filings reach the right agencies on time.

We have also incorporated reciprocity agreements into our system. Should the employee reside in one state but work in another, you can configure to apply the reciprocity agreement, when applicable, to ensure that they will be taxed only in the state of residence.

Multi-state payroll is available in the Professional plan of Zoho Payroll. 


Multiple Pay Rates for Employees (US)

Some employees might do more than one job in your organization. Their pay should reflect the different roles they take on. For example, consider an employee who works part-time as a customer support associate and also handles weekend IT maintenance. You pay them $20/hour for support duties and $35/hour for IT tasks. 

With this feature in Zoho Payroll, you can now associate multiple pay rates to an employee. Each rate is based on the specific role they perform. When it's time to run payroll, you can include the hours worked under each role of an employee. Learn how to add multiple pay rates

With multiple pay rates in Zoho Payroll:
  • Both roles and corresponding rates can be added to the employee’s profile.
  • During payroll processing, their pay is calculated based on the hours worked in each role.
This feature is available in the Professional plan of Zoho Payroll.


Introducing Custom Roles (US)

Few users of Zoho Payroll  might require access to all the data in your Zoho Payroll organization. Others might need tighter control and specific access based on job responsibilities. That’s where custom roles come in.

Using custom roles in Zoho Payroll, you can now create roles beyond the default ones. Choose exactly what each role can view, create, edit, or delete—from employee pay details to tax information. You decide who needs access to what, and we make sure it stays that way.

 For example, you can create a role like Senior Financial Reporter with view-only access. That person sees only what’s relevant to their job, nothing more.

Custom roles are available in the Professional plan of Zoho Payroll.


Reporting Tags for Smarter Payroll Insights (US)

When your payroll grows, so does the need to track how money flow across your business. With reporting tags in Zoho Payroll, you can now organize payroll data using custom labels (e.g., work shifts).

You can assign these tags to employees and filter payroll reports based on them. This gives you a clear view of where your payroll costs are going. Learn how to create reporting tags

Reporting tags are available in the Professional plan of Zoho Payroll.

Manage Documents (US)

From employee contracts to company-wide tax filings, payroll involves a lot of paperwork. Now, with the Documents feature in Zoho Payroll, you can securely store and organize both employee-specific and organization-level documents—all in one place.

You can upload employee specific documents, such as ID proofs, offer letters, or salary revision letters. For broader needs, you can add and manage organizational documents like company-level compliance records. Learn how to manage documents 

This feature is available in the Professional plan of Zoho Payroll.


Bonus Payroll (US)

Whether it’s a year-end bonus or a performance-based reward, bonus payroll gives you the flexibility to issue one-time bonuses independently of your regular schedule. There’s no need to specify a pay period, so you can reward employees when the moment calls for it. 



Off-Cycle Payroll (US)

There may be situations where certain payments need to be processed outside the regular payroll schedule. Off-cycle payroll allows you to disburse such payments, whether for corrections or time-sensitive disbursements that require immediate attention based on the pay period you specify.


Both Bonus and Off-Cycle Payrolls are available in the Professional Plan of Zoho Payroll.

Introducing Approvals for Pay Runs (US)

In Zoho Payroll, approvals are built into the way your team works. Based on the roles and permissions you assign, some users will see the option to submit a pay run, while others with the right access can approve it. This helps make sure that pay runs are double-checked and only processed after the right person approves them.

This feature is available in the Professional plan of Zoho Payroll.

Instant Bank Account Verification for Direct Deposits with Plaid (US)

While configuring Direct Deposit — used to transfer funds directly to your employee bank account and make tax payments to relevant tax authorities — you can now almost instantly verify your bank account by securely logging in via Plaid. It’s quick, secure, and designed to help you get started with direct deposits more efficiently.

Download Form 16 with Form 12BA (India)

Form 12BA is a statement that lists perquisites and other fringe benefits provided to an employee in addition to their regular salary. If your organization has early access to upload Part B of Form 16 in Zoho Payroll, you can generate and download Form 16, which includes Form 12BA as page 3 of the document.

Other Enhancements

Origin Country Sync (All GCC Editions): While syncing employee details from Zoho People, you can now sync the origin country of employees as well. 

Alrajhi Bank Advice Format (KSA): You can download bank advice to manually transfer the salaries to your employees’ bank accounts in the Alrajhi Bank format.

 


That's a wrap for now! We are always eager to hear your suggestions so we can help you do payroll better. Feel free to share them in the comments below.

If you need any assistance, please write to us at support@zohopayroll.com, and we'll help you. Stay tuned for more updates from Zoho Payroll.

With a shared purpose,
The Zoho Payroll Team







    • Sticky Posts

    • Zoho Payroll | Quarterly Product Updates For 2024

      As we navigate through the ever-changing payroll landscape, we bring you the latest updates that span the first quarter of 2024, tailored to meet the diverse needs of employers and employees in India, the UAE, and the US. From useful integrations to refined
    • Introducing Academy 🎉: your go-to hub for all things payroll

      Hello! We're thrilled to launch our newest payroll resource hub - Academy by Zoho Payroll [for India] - the information repository where you can go to learn everything about payroll. Introducing Academy by Zoho Payroll Why did we build Academy? Payroll
    • Recent Topics

    • Zoho Books Reports: Basic report with total items sold and Cost of goods sold

      How can books show a report with Item Name || Qty Sold || Total Revenue || Total Cost of Goods Sold || Margin I need to factor in also invoices that have been credited where customers returned good. This seems like such a basic report, I'm sure I'm missing
    • The amount entered is more than the balance due for the selected bills."

      Hi Team i am trying to record payments for vendors using API and getting this error in response as { "code": 28011, "message": "The amount entered is more than the balance due for the selected bills." } JSON is prepared according to Documentation and
    • VBA handling named ranges

      In VBA I'm able to work with a single cell named range. E.g. Set Jr = Range ("Year").Value. Also other options are working fine, like Range("Year").Address shows $L$3. However a named range refering to multiple cells is not working for me. Eg. tbl_Test
    • Kaizen #176 - Optimizing the Use of Record ID Variables in Zoho CRM Queries

      Hello everyone! Welcome to another week of Kaizen! Since the release of Queries, we have covered Handling Query Variables in Zoho CRM, Serialization and Schema Management, and Leveraging the 'crmAPIResponse' object in Queries in previous posts. Today,
    • Unbilled Items Report?

      Hello! Is there any way to display a list of items that remain unbilled, without creating an invoice for each customer to see if the unbilled items box is displayed? ;-) Ben
    • Consolidation of Multi currency

      Would like to discuss on the possibility of consolidating the ZOHO companies
    • Landed Cost Allocation / Custom Duty manual data entry

      My client is an import business. They must manually enter the duty for each item with landed cost allocation in Bill. This is because customs duties cannot be allocated based on Quantity, Value, Weight, and Dimensions. Manual data entry is highly time-consuming
    • Territories Just Don't Work

      I have been on chat and screenshare support for the past 3 days and am getting no resolution so hopefully, someone here can help me. I am the Super Admin of my organization. We publish books globally. I want to break down the books into territories so
    • Negative Opening Balance

      How can I add Negative Opening balance - meaning a credit balance to a Customer or a debit balance to a vendor? If I go thru Sales-->Customers, and if the opening balance is Rs. 1000 (credit balance), it does not allow me to enter a "minus" sign or mention
    • Single-Line Invoicing from Sales Order Despite Multiple SKUs Shipped

      We deal mostly with Government Tenders And Lets say we got a tender that needs 125 XYZ Laptops Then we found 95 Laptops with a different SKUs and 30 Laptops with different SKUs We talk with the IT department of the government company and they approve
    • 📣📣 Zoho Bookings Schedulathon 2025 is here!

      Hey Zoho Bookings fam, We're excited to invite you to our first-ever hackathon: Yes, Zoho Bookings Schedulathon 2025 is live now. This is a virtual event and you can participate anywhere from the world. Businesses should be able to set up meetings from
    • I want to send out a new newsletter each month

      Without rebuilding a whole journey is there a way to create a new newsletter that is sent to an existing journey monthly?
    • Reinstalling Workdrive Truesync client

      Hi, I attempted to update to the beta version of TrueSync, but it was unstable and kept crashing, so I need to revert to the stable version. How do I properly reinstall TrueSync on a Windows PC? I couldn't install the 3.15.x version directly over the
    • Evaluating Creator; yesterday fine; today connection times out

      Yesterday I spent hours creating a new app, and it worked fine. Today I cannot access creator.zoho.com. Is this common? I'm in the evaluation mode, but I'm thinking I'm going to keep looking. It worked from my home computer, and now I'm checking it from my work computer. My work computer always works just fine, so I shouldn't htink there would be special settings or anything. If there are, how to find out what they could be? Using Chrome on Windows XP The error I get is: The webpage at https://creator.zoho.com
    • Pivot Chart seems to show "old" data - how do I make it update?

      I wonder how to make a Pivot Chart "update" its data contents. Here is the background: I need to report a subset of data that is so complicated that it is easier to make a calculation and put the result in a "reporting form", and then display the data from that form.  So, I get data from the "original form" GRANTS, make some calculations and put the result in the "reporting form" PERIOD.  Now I can watch the result in a list called LIST, which works fine. The list LIST shows that form PERIOD contains
    • Upcoming Changes to LinkedIn Parsing in Resume Extractor

      Starting 31 July 2025, the Zoho Recruit Resume Extractor will no longer support direct parsing of candidate data from LinkedIn profiles. Why Is This Change Needed? In accordance with LinkedIn’s platform policies, extracting profile data through browser
    • how to create view in leads module to that will show all leads + converted leads?

      is it possible to make custom view that combine all leads + converted leads? how to do that
    • Deal Stage component/widget/whatever it is... event

      Deal Stages I am trying to access the event and value of this component. I can do it by changing the Stage field but users can also change a Deal Stage via this component and I need to be able to capture both values. Clicking on 'Verbal' for instance,
    • Reply and react to comments

      Hi everyone! We're excited to bring to you a couple of new features that'll make your sprint process simpler. A cloud application brings with it an array of social media features that can be efficiently used in your organizational setup. As an agile scrum
    • Announcing Early Access to "Zoho CRM for Everyone" — A new and exciting update to Zoho CRM

      Zoho CRM For Everyone is now officially available to all customers, and the Early Access Program has come to a close. We want to extend our sincere thanks to everyone who participated in the program. Your valuable feedback played a key role in shaping
    • Avalara Sales Tax integration - AVATAX

      Just wondering if anyone else is having troubles with this integration?  Seems as though Avalara changed their billing process, unbeknownst to Zoho, and now ALL transactions are counted by Avalara, not just transactions in a taxable jurisdiction.  This caused a huge price adjustment billed to us by Avalara within a month of us signing up.  And Avalara is not cheap to begin with! Avalara has been great in waiving that increase, but there seems to be no fix.  Zoho is aware of the problem, but slow
    • Invalid value passed for description

      Dear Sir, When I am entering the purchase bill , the following message showing "Invalid value passed for description" what should I do ? I am attaching screenshot. With Regards, Harish harish@cracku.in 7978841636
    • Zoho Creator - 2024 Release Projection 1

      Hello everyone! As we enter 2024, we'd like to extend our warmest wishes for success and prosperity. Your fantastic response to our Product Roadmap page last year has been incredibly motivating. Continuing on this path, we're excited to share a glimpse
    • Automation Assistance for Zoho Form Integration and Workflow

      Hi, We are currently using a Zoho Form to send out our Global Credit Application and would like to automate the process further. Specifically, we’d like the ABN number submitted through the form to automatically populate the GST/VAT Number field in Zoho
    • COQL does not return queryable value if the result set is empty

      See linked video for running code illustration of the problem: https://workdrive.zohoexternal.com/external/d49bb40033b43b288d56fdf843095b7c65b28391d3ec5d09c854f416d853003d Moderation update: We are appending the comment that was removed, to add context
    • Zoho CRMでの商談の管理のしかたについて初歩的な質問です。

      先月からZoho CRMを試験的に導入して運用しています。 商談の管理(運用?)の仕方について教えてください。 商談の数が増えてくると、ダッシュボードの「ステージ別進捗状況」にどんどん過去の商談が蓄積されてくると思うのですが、 現在動きのあるものを中心に確認したくなる気がします。 そのあたりについては、どのように運用が一般的なのでしょうか? アドバイスいただけるととてもありがたいです。 よろしくお願いします。
    • Composite Items & Purchase Orders

      The Composite Item is great way to bundle different products and services into a single line and sell it as a single line item in Estimates, Sales Orders and Invoices. However, on the other side - i,e,. Purchasing - this item creates quite a bit of a
    • using custom function is it possible to update the created by field in Zoho Crm custom module

      using custom function is it possible to update the created by field in Zoho Crm custom module
    • Slow Sloww Slowwww Responses

      Good day, Has anyone been experiencing slow responses from support? Since Thursday I migrated my Whats app to Sales Iq and I had to synch with Social to get the otp they were sending. Apparently What's app can't be automatically added so I reached out
    • You have exceeded the maximum number of attempts for this action. Please retry doing the same in 30 minutes.

      When one of Zoho Books user tries to select a vendor, recording a new bill, these message appears: You have exceeded the maximum number of attempts for this action. Please retry doing the same in 30 minutes. Other user, at the same time, but different
    • Enable Conversation Context Retention for SalesIQ Answer Bots

      Hello Zoho SalesIQ Team, We hope you are doing well. We have noticed that SalesIQ bots currently fail to maintain conversation context in Hebrew. For example, when we follow up on a previous answer or ask for clarification in Hebrew, the bot either provides
    • Automatic Hebrew Small Talk Setup Without Duplicate Term Errors & Manual Configuration

      Dear Zoho SalesIQ Team, Greetings, We would like to request an enhancement to the Small Talk feature in Zoho SalesIQ, specifically for Hebrew language support. Current Challenge: When setting up Small Talk for Hebrew, we encounter multiple issues: Simple
    • Should I Add Leads in Bigin?

      ok, first off I'm new here. I just started using Bigin. I'm debating if it's appropriate to enter leads. by leads I mean a list of contacts that I have not yet reached out to...it's a cold calling list.  if I enter them I can track them (I understand
    • Zoho Books - Perform a validation check before an invoice is marked as sent or sent

      Allow the validation rules to apply to button actions. For example: an invoice could not be sent or marked as sent if it has an empty value in a custom field. (The field could remain blank while it is being worked on.)
    • Flow error "given url is wrong"

      when I setup a flow to update a task status, I get an error when it runs that says "given url is wrong."
    • Upgrade Zoho Desk Agent-Side Answer Bot to GenAI

      Hello Zoho Desk Team, We hope you're doing well. Following the recent announcements and rollout of the GenAI-based Answer Bot in Zoho SalesIQ (Nova '25), we’d like to formally request a similar upgrade for the Answer Bot used by agents inside Zoho Desk.
    • Bigin Android app update: Email filters enhancement, change owner for related records.

      Hello, everyone! In the most recent Bigin Android app update, we have introduced additional email filters and an option to change the owner of related records. Email filters: We have now brought in support for 'All Emails' and 'Added from Widgets' filter
    • How can I get all conversations and comments of a Zoho Desk ticket using ZOHODESK

      Hi everyone, Currently, I am developing a Zoho Desk extension, and I am following the guide available at https://www.zoho.com/desk/extensions/guide/#ticket-object. While working with Zoho Desk, I have noticed that I can only retrieve the general information
    • AI & Zoho Recruit

      Hello, I guess we all are using AI in our personal and professional lives. Now, let's imagine. Recruitment is just a succession of stages and steps. For which step would you like to see AI implemented into Zoho Recruit ? I'll start : - Automatic translation
    • Workdrive and ChatGPT Team Synced Connectors

      Hi, we want to be able to integrate Zoho Workdrive with OpenAI’s ChatGPT Team plan. Google Drive and OneDrive both offer this, zoho please catch up asap. We dont want to have to put our company files in google drive, we want to allow chatgpt Team edition
    • Next Page