Account Verified as Worker
This webhook is triggered when a worker is verified on an organization's roster. Routing and account number will return null if the worker's wallet has not yet been created.
Event
ACCOUNT_VERIFIED_AS_WORKER
Data
employee_id
- String
Unique ID for the worker
account_number
- String
Worker 16-character Branch account number
routing_number
- String
Routing number
Example
"data": {
"employee_id": "123",
"account_number": "1234567891234567",
"routing_number": "084106768",
}
Updated 23 days ago