Deductions

List, create, and update employee deductions. Changes apply from the next pay cycle.

📘

Partner OAuth integrations only

The Background Checks API is for approved HiBob Marketplace partners with Developer Portal access and OAuth credentials. Service users are not supported for this integration.

Bob customers building integrations for their own company should use Service users and the general Hiring API, not this partner contract.

Before you begin

Employee deductions are per-employee records (for example 401(k) contribution rates). They are not the same as employer-level deduction plans. Discover plans under Employers. Store the deductionId returned by create — that ID is what you pass on update.

Changes apply from the next pay cycle, not the cycle you just processed.

Retirement Partners API endpoints

ResourceEndpoint
List employee deductionsList employee deductions
Create employee deductionCreate employee deduction
Update employee deductionUpdate employee deduction

Rate limiting

Rate limits are restrictions that our API imposes on the number of times a user can access our endpoints within a specified period of time. To learn more about rate limiting best practices, see Rate limiting.

MethodEndpointLimit
GETList employee deductions5 requests per minute
POSTCreate employee deduction200 requests per minute
PUTUpdate employee deduction200 requests per minute

Create and update are per-employee calls. There is no bulk mutation endpoint in this MVP.

Required permissions and scopes

To use these endpoints, your OAuth app requires the following scope:

NameScopeDescription
Payroll Hub > Partner integration > Fetch and update employee-level 401(k) deductionspayrollhub.deductions:writeRead, create, and update employee deductions.