Contractor Payment Group Events
When subscribed to the ContractorPaymentGroup webhooks you will receive the following events:
| event_type | description | 
|---|---|
| contractor_payment_group.created | Contractor payment group has been created through contractor payment group API call | 
| contractor_payment_group.cancelled | Contractor payment group has been cancelled through contractor payment group API call | 
Example payload
{
  "uuid": "635e68bd-74d4-4643-94d0-aad5f372ff8e",
  "event_type": "contractor_payment_group.created",
  "resource_type": "Company",
  "resource_uuid": "88f7cca1-dcad-4d20-84db-7fb80303d69f",
  "entity_type": "ContractorPaymentGroup",
  "entity_uuid": "7b1d0df1-6403-4a06-8768-c1dd7d24d27a",
  "timestamp": 1658773140
}
Updated 4 months ago