Employee
Employee Status
Emitted when an employee is created or their lifecycle status changes.
Events
employee.employeestatus.insert— emitted when the employee is created. The initialuserStatusisAdd Wage.employee.employeestatus.update— emitted when the employee lifecycle status changes after creation.
WEBHOOK
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
Unix timestamp, in seconds, used when verifying the webhook signature.
Pattern:
^\d+$Example:
"1767725956"
Rollfi webhook signature containing the key ID, algorithm, and signature value.
Example:
"kid=rollfi-webhook-key-01,alg=RS256,v1=eyJhbGciOiJSUzI1NiJ9"
Body
application/json
Response
200
Employee status event accepted successfully.
