HelmHelm UniversityTrack 6 › Lesson 6.4

Lesson 6.4

Refunds that do not need a return

Helm has no field for whether the item comes back. Every refund here is money only, so asking for the item is a decision you make, and sometimes it is the expensive one.

4 min readTrack 6, Refunds and ReturnsFree, no account needed
Helm University track 6, Refunds and Returns

Prefer to listen? This is the same lesson, word for word. The text below is the transcript.

This lesson prepares you to: Recognise when it costs everyone less to refund without asking for the item back.

There is no return field

Start with the thing nobody tells you. Helm's refund system moves money. It has no column for whether the item came back, no return label, no return tracking, no restocking step. Search the refund code for any of it and you find nothing, because none of it is there.

So the honest description of every refund on Helm is this: the money goes back and the item is a separate conversation. Helm will not chase the item for you, will not hold the refund until it arrives, and will not tell the buyer they have to send it. If you want it back, you ask, and the buyer either does it or does not.

Why this is not the gap it looks like

A marketplace that gates the refund on a return has to run a whole apparatus: labels, tracking, condition disputes, restocking arguments. That apparatus costs money and it is paid for out of seller fees. Helm charges 6% of the item subtotal and does not run it. The cost of that choice lands in the cases below, and for most sellers it is smaller than the fees would have been.

So the only question is whether to ask

You pay the return shipping whenever the order was wrong, which is most of the cases where a refund is justified. That is the published rule and it does not bend. So asking for the item back is not free to you. It is a purchase, and the thing you are buying is a used item in unknown condition.

Work it as a purchase. What is the item worth to you after it comes back, honestly, including the chance it comes back damaged or not at all? Subtract what the return postage costs you. If the answer is negative, you have just paid money to acquire a problem.

SituationAsk for it back?
A $9 item, $8 to post back, resells for $4No. You would spend $8 to gain $4.
A $180 jacket, wrong size sent, resells at full priceYes. The postage is a rounding error.
Anything perishable, opened, or worn next to skinNo. It is not resaleable and both of you know it.
Arrived cracked in transitNo, but photograph it before you decide, because the carrier claim needs evidence.
Genuinely faulty and the maker takes returnsYes, if your supplier credits you for it.
Buyer changed their mind on a high value itemYes, and here the buyer pays the postage.

The first refund on an order is the expensive one

This changes the maths more than most sellers expect. On the first refund against an order, two things happen that do not happen again:

  1. An admin fee is charged, calculated as 20% of the commission on that order and capped at $5.
  2. The card processing fee is retained in full. Helm already paid it to the card network and the network does not give it back on a refund.

Every later partial refund on that same order carries neither. So if you already know you are going to end up refunding, refunding once for the right amount costs you less than refunding twice. Two half refunds are not the same price as one whole one.

It also means a tiny goodwill refund is not as cheap as it looks. Sending $3 back on a $40 order can cost you the admin fee and the whole processing fee on top of the $3, because it was the first refund on that order.

What to say when you are not asking for it back

Say it plainly and say it once. Buyers who are told to keep an item and expect a fight are the ones who leave a bad review anyway, because the silence read as a dispute. A sentence is enough.

"That is on us. I have refunded you in full and you do not need to send it back. Sorry for the trouble."

You do not owe an explanation of your margins. You do not need to say the return would have cost more than the item. It reads as reluctance and it invites an argument about whether you really meant it.

When you do want it back

Ask before you refund, not after. Once the money is back with the buyer you have no leverage and no mechanism, because Helm has neither. If the item matters, agree the return first, then refund when it arrives.

Be specific about what you need: where to send it, by when, and whether you want the original packaging. Vagueness here is how items arrive loose in a bag six weeks later.

How this is applied today

Verified in src/services/refunds.js and src/routes/shop_refunds.js: neither file contains any concept of a required return, a return label, return tracking or restocking. The admin fee is min(20% of commission, $5) and the processing fee is retained in full, both on the first refund against an order only. Nothing in the refund path touches the creator diamond economy; the shop and the gift systems share no table.

Next: lesson 6.5, Disagreeing with a refund.