What you receive
- Per-sale fee recompute under your supplied flat and percent regimes
- Independent recorded-fee and recorded-net-earnings comparisons
- Possible overcharge kept separate from recorded-below-computed exposure
- Mismatch-first review queue with an optional high-exposure flag
- Flat-fee and percent-fee regime summaries with shipping-discount totals
Who it is for
Poshmark sellers and bookkeepers checking a redacted month of completed-sale rows against their own current fee terms before a human reviews any payout question.
Delivery: usually a structured result, workbook, or ZIP depending on the tool.
How it stays safe
Friday performs arithmetic only on the seller-owned references, order dates, listing aliases, order totals, shipping-discount amounts, fee terms, recorded fees, and recorded net-earnings amounts you provide. It reads no Poshmark account, closet, sales report, order, buyer, message, address, payment instrument, or fee schedule and verifies no field. Poshmark alone determines its actual fee structure, which fee applies to a sale, and payout amounts. A discrepancy is arithmetic between your supplied fields for human review - not a finding that a charge is wrong, a payout is short, or a credit is due. Friday opens no case, files no dispute, contacts no buyer, shares and relists nothing, does not publish listings, and changes no listing, offer, price, closet, or seller account.
Synthetic sample
See the deliverable structure before buying
{
"row_count": 5,
"flat_fee_row_count": 2,
"percent_fee_row_count": 3,
"fully_comparable_count": 3,
"mismatch_count": 3,
"fee_mismatch_count": 2,
"net_earnings_mismatch_count": 2,
"high_exposure_count": 1,
"total_order_value": 166.75,
"total_seller_paid_shipping_discount": 13.0,
"total_recomputed_fee": 33.9,
"total_recorded_fee": 30.95,
"total_recomputed_net_earnings": 119.85,
"total_recorded_net_earnings": 107.25,
"possible_fee_overcharge": 0.3,
"recorded_below_recomputed_fee": 0.25,
"possible_net_earnings_shortfall": 0.8,
"recorded_above_recomputed_net_earnings": 0.0,
"review_queue_preview": [
{
"priority_rank": 1,
"reference": "NW-POSH-001",
"fee_rule_applied": "FLAT_UNDER_THRESHOLD",
"recomputed_fee": 2.95,
"recorded_fee": 3.25,
"fee_discrepancy": 0.3,
"net_earnings_discrepancy": -0.3,
"status": "review_both_mismatch",
"high_exposure": true
},
{
"priority_rank": 2,
"reference": "NW-POSH-003",
"fee_rule_applied": "FLAT_UNDER_THRESHOLD",
"recomputed_fee": 2.95,
"recorded_fee": 2.7,
"fee_discrepancy": -0.25,
"status": "review_fee_mismatch"
},
{
"priority_rank": 3,
"reference": "NW-POSH-002",
"fee_rule_applied": "PERCENT_AT_OR_ABOVE_THRESHOLD",
"recomputed_net_earnings": 56.75,
"recorded_net_earnings": 56.25,
"net_earnings_discrepancy": -0.5,
"status": "review_net_mismatch"
}
],
"fee_rule_summaries": [
{
"fee_rule": "FLAT_UNDER_THRESHOLD",
"row_count": 2,
"recomputed_fee": 5.9,
"recorded_fee": 5.95,
"mismatch_row_count": 2
},
{
"fee_rule": "PERCENT_AT_OR_ABOVE_THRESHOLD",
"row_count": 3,
"recomputed_fee": 28.0,
"recorded_fee": 25.0,
"mismatch_row_count": 1
}
],
"safety": "Arithmetic on seller-supplied fee terms, order totals, shipping discounts, and recorded amounts only. It reads no Poshmark account or payout record, embeds no fee schedule, claims no charge wrong or payout owed, files no dispute, publishes no listing, and changes nothing."
}
This sample uses synthetic facts. Your output is generated only from the facts you submit.