Payment Profile ActivatedThis webhook is triggered when a payment method is added to a worker's account.Event PAYMENT_PROFILE_ACTIVATED Data employee_id - Int Unique ID for the worker active_type - PaymentType The active payment type PaymentTypeWALLET CARD time_emitted - datetime Example JSON"data": { "employee_id": "123", "active_type": "WALLET", "time_emitted": "2023-12-30T15:40:32-08:00" } Updated 11 days ago Table of Contents Event Data Example