Payment Profile Activated
This webhook is triggered when a payment method is added to a worker's account.
Event
PAYMENT_PROFILE_ACTIVATED
Data
employee_id - String
Unique ID for the worker
active_type - PaymentType
The active payment type
WALLET
CARDtime_emitted - datetime
Example
"data": {
"employee_id": "123",
"active_type": "WALLET",
"time_emitted": "2023-12-30T15:40:32-08:00"
} Updated about 1 month ago
