Projects

Completing a Project

How brands mark a project complete and what happens to escrowed funds on completion.

A project in posted status can be marked complete by the brand. This is the final milestone that releases payment to the influencer.

Manual Completion

  1. Open the project detail page.
  2. Click Mark Complete once satisfied with the live post.
  3. Confirm the action.

What Happens on Completion

  • Project status → completed.
  • Escrowed funds are released to the influencer’s wallet minus the platform commission (inzc_commission_rate).
  • paid_at is stamped on the project row.
  • Both parties can now leave a star-rating review for each other.

Auto-Completion

The daily cron also auto-completes a posted project when its post_verification_deadline has passed and the post verification status is verified. This ensures payment is not held indefinitely if the brand is unresponsive.

Hook: inzc_project_completed fires with ($project_id, $project) immediately after completion and payment release.

Was this article helpful?