contractor_invoice.funds_returned

This event is triggered when the payout of a contractor invoice is returned — the funds were sent but the
contractor's bank rejected them, for example because of incorrect bank details. It is sent once per invoice:
if a retry fails or is returned 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…