Advance Claimed
Triggered when a worker claims an advance
Event
ADVANCE_CLAIMED
Data
advance_id
- String
Unique ID of the advance being adjusted
amount
- Long
Amount of the advance
employee_id
- String
Unique ID for the employee
timestamp
- datetime
Time of adjustment
Example
"data": {
"advance_id": "18d99mn3bvf78094",
"amount": 444,
"employee_id": "123",
"timestamp": "2023-12-30T15:40:32-08:00"
}
Updated 3 months ago