Direct Deposit Created
This webhook is triggered when a Direct Deposit configuration is created for a worker's account.
Event
DIRECT_DEPOSIT_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
amount - Integer
The amount to deposit from each paycheck
amount_type - AmountType
The amount type specifies whether the deposit amount is a percentage of the paycheck total, or a fixed value in cents
PERCENTAGE
CENTSExample
"data": {
"employee_id": "123",
"account_number": "123456789",
"routing_number": "084106768",
"amount": 10,
"amount_type": "PERCENTAGE",
} Updated 4 days ago
