Retirement Partners Webhooks

Server-to-partner webhooks fired when a US pay cycle is paid.

📘

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

Persist the webhook, then pull pay-cycle data. Do not treat the payload as a full paycheck dump.

Retirement Partners API webhooks

WebhookIdentifierWhen triggeredNext step
Pay cycle paidpayroll.paycycle.paidA US pay cycle is completed and available for fetchingUse data.payCycleId to fetch cycle metadata and paychecks

Required permissions and scopes

Receiving the webhook does not replace API scopes. After you get payCycleId, your OAuth app still needs:

NameScopeDescription
Payroll Hub > Partner integration > Fetch pay cycle metadata, paystub information, and payroll-related employee datapayrollhub.payroll:readFetch the paid cycle and its paychecks.