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
- Int
Unique ID for the worker
active_type
- String
The active payment type, options are:
WALLET
CARD
time_emitted
- datetime
Example
"data": {
"employee_id": "123",
"active_type": "WALLET",
"time_emitted": "2023-12-30T15:40:32-08:00"
}
Updated 3 months ago