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