Payment Profile Deactivated

This webhook is triggered when a payment method has been removed from a worker’s account, and the worker is no longer able to receive a disbursement.

Event

PAYMENT_PROFILE_DEACTIVATED

Data

employee_id - Int
Unique ID for the worker

time_emitted - datetime

Example

"data": {
  "employee_id": "123",
  "time_emitted": "2023-12-30T15:40:32-08:00"
}