Marketplace — fe-admin plugin
The operator's control room — vendor approval/suspension and withdraw-request moderation in one admin section.
The Marketplace admin section
The fe-admin marketplace plugin adds a standalone “Marketplace” section to the admin back-office with two screens — Vendors and Withdraw requests — both backed by real admin routes. The section is registered on activate and removed on deactivate, so it respects plugin enable/disable.

Vendor management
The Vendors screen lists applications with the owning user\'s name and email (enriched server-side), filterable by status. One action approves or suspends a vendor (PUT /admin/marketplace/vendors/<id>); approval grants the marketplace.vendor permission and stamps the approval time. It is gated on the marketplace.manage permission.

Withdraw-request moderation
Vendors cash out through the vendor_earnings balance source, so the natural home for payout moderation is the Marketplace section. The Withdraw requests screen (backed by the withdraw plugin\'s admin routes) lets an operator approve, reject, re-queue or bulk-process requests before real money leaves — with an optional payout-amount override on approval.


A request, start to finish
Opening a request shows its full detail — amount, currency, destination, provider and status — and the actions that move it toward payout.


Where the numbers come from
The vendors and balances this screen moderates are produced by the backend plugin from paid invoices, and earned by vendors through the fe-user vendor area. The overview ties the three together.