contractor_invoice.pay_out_failed

This event is triggered when the payout of a contractor invoice fails — the funds could not be sent to the
contractor, for example because of an issue with the contractor's bank details. It is sent once per invoice:
if a retry fails again, the event is not sent again.

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…