Bank Account
Employee Bank Account Status
Emitted when an employee bank account is created or its verification status changes.
Events
employeebankaccount.employeebankaccountstatus.insert— emitted when the account is created. The initial bank-accountstatusisnew.employeebankaccount.employeebankaccountstatus.update— emitted when the account moves topendingorready.
A direct-deposit employee’s bank account must be ready before the employee can become Active.
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"
Response
200
Employee bank account status event accepted successfully.
