Bank Account
Company Bank Account Status
Emitted when a company funding source is created or its verification status changes.
Events
companybankaccount.companybankaccountstatus.insert— emitted when the account is created. The initial bank-accountstatusisnew.companybankaccount.companybankaccountstatus.update— emitted when the account moves topendingorready.
Payroll cannot proceed until the funding source is ready.
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
Company bank account status event accepted successfully.
