contractor_invoice.employer_paid

This event is triggered when Remote has confirmed receipt of the employer's
funds for a contractor invoice (the associated outstanding payment moves to
paid_in). Payout to the contractor has not happened yet.

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…