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
- Open the project detail page.
- Click Mark Complete once satisfied with the live post.
- 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_atis 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.