Wallet Activated

When a worker's identity is verified a wallet is created. It is not usable however until the worker passes additional KYC checks. When the KYC checks pass, this webhook is triggered.

Event

WALLET_ACTIVATED

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

is_claimed - Boolean
Indicates if wallet is claimed

Example

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