Employee
Employee KYC Status
Emitted when an employee is created or their KYC verification status changes.
Events
employee.kycstatus.insert— emitted when the employee is created. The initialkycStatusiskyc not initiated.employee.kycstatus.update— emitted when KYC moves topending,passed, orfailed.
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 KYC status accepted successfully.
