Eventonomy

Earnings & Payouts Pro

Pro feature. Available in Eventonomy Pro.

Pro - The earnings ledger and payouts require Eventonomy Pro.

When you run a multi-organizer site, Eventonomy Pro can take a platform fee on every paid order and track each organizer's net earnings, so you always know who is owed what. The ledger records the money precisely; you then pay each organizer either by connecting their Stripe account so payouts are sent automatically (see Stripe Connect Payouts) or by settling out-of-band (bank transfer, etc.) and recording it here.

What You Will Learn

  • How to switch earnings on and set your platform fee
  • How the fee and the organizer's net are booked on each order
  • Where organizers see their earnings
  • How to record a payout
  • What happens when an order is refunded after the organizer was already paid

Switching Earnings On and Setting the Fee

Go to Eventonomy → Settings → Money and find the Vendor earnings & platform fee (Pro) card.

Setting What it does
Enable vendor earnings & platform fee The master switch. While it is off, nothing is booked at all: orders paid during that time never appear in the ledger and organizers get no Earnings tab.
Platform fee type Percentage of each order or Flat amount per order.
Fee (%) The percentage, shown when the type is percentage (for example, 10).
Flat fee The fixed amount per order, shown when the type is flat.

The fee applies to the full order total, including any donation. A flat fee never exceeds the order total. Whatever you set applies to every paid order booked from that point forward; orders already booked keep the numbers they were booked with.

How Earnings Are Booked

Every time an order becomes paid while earnings are switched on, Eventonomy books one ledger entry:

  • Gross - the order total.
  • Platform fee - the percentage of gross, or the flat amount.
  • Organizer net - gross − platform fee.

For example, a $2,500 order at a 10% rate books gross $2,500 / platform fee $250 / net $2,250. Booking is idempotent (a re-fired payment event never double-counts), and an order that is later refunded or cancelled reverses its entry.

Where Organizers See Their Earnings

Organizers have two views, neither of which needs wp-admin access:

  • Per event - the frontend Manage Attendees → Sales panel shows Your net earnings and Platform fee alongside Revenue, Paid orders, and Attendees. See Attendees & Orders.
  • Across all their events - an Earnings tab on their My Events dashboard with what they have earned, been paid, and are still owed, a per-event breakdown, their payout history, and a Download statement CSV. The tab appears only for members who have at least one event, and only while earnings are switched on.

Recording a Payout

The Payouts admin screen listing each organizer with an outstanding balance, their payout method, and per-row Mark paid and Statement actions

Go to Eventonomy -> Payouts to see every organizer with an outstanding balance. Each row's Payout to column shows how it will settle - Stripe - ready (sent automatically to their connected account), Stripe - pending, or Manual. Click Mark paid to settle a row.

You are never required to use Stripe. To pay by hand, use Export owed (CSV) to download the full list of who is owed (name, email, amount, and payout method), pay each organizer however you like - bank transfer, PayPal, and so on - then come back and Mark paid. You can also pay from WP-CLI:

wp eventonomy-pro payout <organizer_id>

Either way, the organizer's booked earnings flip to paid and their outstanding balance drops to zero. For a connected, payout-ready organizer the money is transferred to their Stripe account; otherwise you settle it through your own bank transfer and this simply records that it happened. See Stripe Connect Payouts for the automatic path. The command reports the organizer's booked net, how much was paid out, and any refund debt applied (see below).

Refunds After a Payout

If an order is refunded after its organizer has already been paid out, the organizer has money in hand for a sale that no longer stands. Eventonomy does not silently drop it: the net amount is recorded as a debt and automatically netted against that organizer's next payout (oldest debt first, with partial settlement and any remainder carried forward).

So the next wp eventonomy-pro payout run pays out the organizer's new booked net minus any outstanding refund debt, and reports exactly what was applied and what remains. A refund of an unpaid (still-booked) earning simply reverses cleanly with no debt.

What's Next?

Review how refunds reverse an order.

Refunds & Cancellations →