Wallet Closed
This webhook is triggered when a wallet is closed. The worker is reset and can onboard again.
Event
WALLET_CLOSED
Data
employee_id
- String
Unique ID for the worker
account_number
- String
Worker 16-character Branch account number
routing_number
- String
Routing number for the initialized account
Example
"data": {
"employee_id": "123",
"account_number": "1234567891234567",
"routing_number": "084106768"
}
Updated 3 months ago