contractor_invoice.paid_out

This event is triggered when a contractor invoice has been paid out — funds
have been delivered to the contractor. This is the terminal lifecycle event.

The payload is stateless. Use the contractor invoice ID and employment ID to retrieve current details.

Payload
string
required

The unique identifier of the related company.

string
required

The unique identifier of the contractor invoice.

string
required

The unique identifier of the related employment.

string
required

The webhook event type identifier.

Response
2XX

Any 200 response confirms that the webhook was delivered.

LoadingLoading…