Reverb Fee Calculator 2026

Calculate Reverb fees instantly! Get a full breakdown of selling fees, processing fees, bump ads & net profit with our free Reverb Fee Calculator.

Total Net Profit
$0.00
Margin: 0.00%
Total Fees $0.00
Total Costs $0.00
Revenue
$
$
Costs
$
$
Reverb Fee Settings
%
*Optional promotion rate
%
*If applicable
Summary Chart
Net Profit
$0.00
Cost of Goods
$0.00
Shipping Cost
$0.00
Total Fees
$0.00
Fee Breakdown
Total Revenue (Paid by Buyer) $0.00
Reverb Selling Fee (5%)
*Min $0.50, Max $500
$0.00
Payment Processing Fee $0.00
Total Reverb Fees $0.00

What is Reverb Fee Calculator?

The Reverb Fee Calculator is a JavaScript-based interactive web tool that helps music gear sellers on Reverb.com instantly calculate all applicable fees, total costs, and net profit before listing or selling an item. It eliminates manual guesswork by computing every layer of Reverb’s fee structure in real time as inputs change.

Tool Overview

AttributeDetails
Tool NameReverb Fee Calculator
PurposeCalculate net profit, total fees, and profit margin for Reverb.com sales
PlatformWeb-based (HTML + CSS + JavaScript), embeddable in WordPress
TriggerAuto-calculates on every input change (input / change event listeners)
Chart LibraryChart.js (loaded via CDN) — renders a doughnut chart
Reset FunctionResets all fields to default demo values and recalculates
ResponsiveYes — stacks vertically on screens ≤768px
Currency FormatUSD, formatted with toLocaleString('en-US') to 2 decimal places

Input Fields — What the User Enters

#Input FieldDefault ValueVariable in CodePurpose
1Item Sold Price$500.00rvPriceThe listing price of the gear item
2Shipping Charged$50.00rvShipChargeShipping amount the buyer pays
3Cost of Item$250.00rvItemCostYour purchase/cost price of the gear
4Actual Shipping Cost$45.00rvShipCostWhat you actually spend to ship the item
5Payment MethodStandard (3.19% + $0.49)rvPaymentDetermines which processing fee rate applies
6Reverb Bump Ad %0%rvBumpOptional promotional ad rate you set
7Sales Tax %0%rvTaxTax collected from buyer (affects processing basis)
8Cross-Border FeeNorvCrossBorderInternational transaction surcharge toggle
9Currency ConversionNorvCurrencyCurrency mismatch surcharge toggle

Output Fields — What the Calculator Displays

Output SectionFieldDescription
Dashboard HeaderTotal Net ProfitFinal profit after all fees and costs; turns red if negative
Dashboard HeaderProfit Margin %Net Profit ÷ Total Revenue × 100
Dashboard Sub-gridTotal FeesSum of all Reverb fees (selling + processing + optional)
Dashboard Sub-gridTotal CostsItem cost + actual shipping cost
Fee Breakdown TableTotal Revenue (Paid by Buyer)Item Sold Price + Shipping Charged
Fee Breakdown TableReverb Selling Fee (5%)5% of total revenue; Min $0.50, Max $500
Fee Breakdown TablePayment Processing FeeBased on selected payment method and rate
Fee Breakdown TableReverb Bump FeeShown only if Bump % > 0
Fee Breakdown TableInt’l / Currency FeesShown only if cross-border or currency conversion is enabled
Fee Breakdown TableTotal Reverb FeesSum of all fee rows above
Doughnut ChartNet Profit (Blue)Proportional share of total revenue
Doughnut ChartCost of Goods (Light Blue)Item cost share
Doughnut ChartShipping Cost (Sky Blue)Actual shipping cost share
Doughnut ChartTotal Fees (Orange)All fees share

Calculator Logic Flow

StepOperationFormula / Code Logic
1Total RevenuesoldPrice + shipCharge
2Tax AmounttotalRevenue × (taxRate / 100)
3Processing BasistotalRevenue + taxAmount (fees calculated on total incl. tax)
4Selling FeetotalRevenue × 0.05 → clamped: Min $0.50, Max $500.00
5Processing Fee(processingBasis × procRate) + $0.49
6Bump FeetotalRevenue × (bumpRate / 100)
7Cross-Border FeetotalRevenue × 0.01 (if enabled)
8Currency FeetotalRevenue × 0.025 (if enabled)
9Additional FeescrossBorderFee + currencyFee
10Total FeessellingFee + processingFee + bumpFee + additionalFees
11Total CostsitemCost + shipCost
12Net ProfittotalRevenue − totalFees − totalCosts
13Margin %(netProfit / totalRevenue) × 100

Reverb Fee Calculator — Complete Fees Chart & In-Depth Explanation

Reverb charges two mandatory fees on every sale — the Selling Fee and Payment Processing Fee — plus several conditional fees depending on your settings. There are no listing fees, monthly fees, or renewal charges.

Fee 1 — Reverb Selling Fee

AttributeDetails
Rate5% flat on every completed transaction
Applied ToItem Sold Price + Shipping Charged (Total Revenue)
Minimum Fee$0.50 per transaction
Maximum Fee$500.00 per transaction
Tax Included?No — sales tax is excluded from the 5% selling fee basis
Listing Fee?None — you only pay when the item sells
Code VariablesellingFee
Example ($550 sale)$550 × 5% = $27.50
Example ($50 sale)$50 × 5% = $2.50 → above $0.50 minimum → $2.50
Example ($8 sale)$8 × 5% = $0.40 → below $0.50 min → capped at $0.50
Example ($12,000 sale)$12,000 × 5% = $600 → capped at $500.00

Fee 2 — Payment Processing Fee

Payment MethodRateFixed FeeApplied ToSeller Type
Reverb Payments — Standard3.19%+ $0.49Total incl. taxRegular sellers
Reverb Payments — Preferred2.99%+ $0.49Total incl. taxPreferred Sellers
PayPal3.49%+ $0.49Total incl. taxAll sellers

The processing fee is calculated on the full order total including any sales tax collected, unlike the selling fee. For a default $550 sale with no tax using the Standard rate: ($550 × 3.19%) + $0.49 = $17.545 + $0.49 = $18.04.

ScenarioCalculationProcessing Fee
$550, Standard, No Tax($550 × 3.19%) + $0.49$18.04
$550, Preferred, No Tax($550 × 2.99%) + $0.49$16.94
$550, PayPal, No Tax($550 × 3.49%) + $0.49$19.70
$550, Standard, 8% Tax($594 × 3.19%) + $0.49$19.41

Fee 3 — Reverb Bump (Optional Promotion)

AttributeDetails
What It IsA paid listing promotion that boosts placement in search results, category pages, product pages, and collections
RateSeller-chosen percentage (any % entered in the rvBump field)
Applied ToTotal Revenue (Item Price + Shipping) — tax excluded
Minimum RateNo minimum; seller sets the rate
When ChargedOnly charged if the listing actually sells
Monthly Fee?None — pay-per-sale only
Code VariablebumpFee = totalRevenue × (bumpRate / 100)
Displayed In Table?Hidden (display:none) unless bumpFee > 0
Example (1% on $550)$550 × 1% = $5.50
Example (5% on $550)$550 × 5% = $27.50

Fee 4 — Cross-Border Fee (Conditional)

AttributeDetails
Rate1.0% of Total Revenue
Applied ToItem Price + Shipping Charged
When AppliedBuyer and seller are in different countries
EEA ExemptionTransactions within the European Economic Area are treated as domestic — no cross-border fee
Payment Method ScopeApplies to Reverb Payments; PayPal international has its own separate rate
Code VariablecrossBorderFee = totalRevenue × 0.01
Toggle (in calculator)rvCrossBorder dropdown: “Yes” or “No”
Example ($550 sale)$550 × 1% = $5.50

Fee 5 — Currency Conversion Fee (Conditional)

AttributeDetails
Rate2.5%
Applied ToPayout subtotal after regular transaction fees
When AppliedYou list an item in a currency different from your Reverb Payments payout currency
Code ImplementationApplied to totalRevenue (simplified basis in this calculator)
Code VariablecurrencyFee = totalRevenue × 0.025
Toggle (in calculator)rvCurrency dropdown: “Yes” or “No”
Example ($550 sale)$550 × 2.5% = $13.75

Complete Fee Stack — All Fees Combined

Fee TypeBasisRateMin / MaxOptional?
Selling FeeItem Price + Shipping5.00%Min $0.50 / Max $500❌ Mandatory
Processing — StandardFull order incl. tax3.19% + $0.49❌ Mandatory
Processing — PreferredFull order incl. tax2.99% + $0.49❌ Mandatory
Processing — PayPalFull order incl. tax3.49% + $0.49❌ Mandatory
Reverb BumpItem Price + ShippingSeller-defined %No min/max✅ Optional
Cross-BorderItem Price + Shipping1.00%✅ Conditional
Currency ConversionPayout subtotal2.50%✅ Conditional

Default Example — Full Calculation Walkthrough

Using the calculator’s default values ($500 item, $50 shipping, $250 item cost, $45 shipping cost, Standard payment):

StepCalculationAmount
Item Sold PriceInput$500.00
Shipping ChargedInput$50.00
Total Revenue$500 + $50$550.00
Reverb Selling Fee (5%)$550 × 5%$27.50
Processing Fee (Standard)($550 × 3.19%) + $0.49$18.04
Bump Fee$550 × 0%$0.00
Cross-Border FeeDisabled$0.00
Currency FeeDisabled$0.00
Total Reverb Fees$27.50 + $18.04$45.54
Item CostInput$250.00
Actual Shipping CostInput$45.00
Total Costs$250 + $45$295.00
Net Profit$550 − $45.54 − $295$209.46
Profit Margin$209.46 ÷ $550 × 10038.08%

Worst-Case vs Best-Case Fee Scenario (on a $550 Sale)

ScenarioSelling FeeProcessing FeeBumpCross-BorderCurrencyTotal Fees
Best Case (Preferred, no extras)$27.50$16.94$0$0$0$44.44
Standard (Default)$27.50$18.04$0$0$0$45.54
PayPal (No extras)$27.50$19.70$0$0$0$47.20
Standard + Cross-Border$27.50$18.04$0$5.50$0$51.04
Standard + Currency$27.50$18.04$0$0$13.75$59.29
Worst Case (PayPal + Bump 5% + Cross + Currency)$27.50$19.70$27.50$5.50$13.75$93.95

The Reverb Preferred Seller program (which qualifies sellers for the reduced 2.99% processing rate) requires a minimum average feedback rating of 4.5/5 stars and a strong sales track record — though the program is currently not accepting new applicants as Reverb reviews and evolves its criteria.

Final Words:

Amazon FBA Profit Calculator 2026 - Fee Calculator | Find the Most Accurate Fees

Amazon FBA Fees Calculator: Quickly and accurately estimate your Amazon FBA costs to maximize profit margins and scale your e-commerce business effectively.

Operating System: Web

Application Category: FinanceApplication

Editor's Rating:
5
HTML Snippets Powered By : XYZScripts.com
Scroll to Top