contractor_invoice.payment_initiated

This event is triggered when an employer initiates payment on a contractor invoice
for the first time (transition to pending_payment from issued or approved).

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…