Wallet Created

Triggered when the worker passes KYC and a wallet is created

Event

WALLET_CREATED

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

onboarding_link - String
Link sent to employee to start onboarding

Example

"data": {
  "employee_id": "123",
  "account_number": "123456789",
  "routing_number": "084106768",
  "onboarding_link": "https://branchapp.com/ol1"
}