HelmHelm UniversityTrack 5 › Lesson 5.6

Lesson 5.6

Reading your expected payout date

Four different things it can say, and why it will sometimes refuse to give you a date at all.

3 min readTrack 5, Money on HelmFree, no account needed
Helm University track 5, Money on Helm

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

This lesson prepares you to: Find the expected payout date in My Store and explain exactly what is driving it.

Where it is

Every order in My Store carries a line about your money underneath it. It tells you what Helm took and what you keep, and then it tells you when the rest of it arrives.

It says one of four things, and knowing which one you are looking at is the whole lesson.

The four things it can say

What you seeWhat it means
Expected payout on a date, plus a reasonA clock is running and this is when it ends
Paid out on a dateDone. It also tells you which hold you were on at the time
The payout clock starts when the carrier records deliveryHeld, but nothing has shipped, so there is no clock to quote
Refunded, so there is no payout on this orderExactly that

The third one is the important one. Helm will not invent a date. If you have not shipped, there is genuinely no answer, and saying nothing is the honest response rather than guessing.

The reason underneath the date

When there is a date, you are also told which of the two clocks produced it.

  • That is N days after delivery on your tier hold. The normal case. N is 14, 7 or 2 depending on your tier, counting from when delivery was recorded.
  • That is 14 days after despatch, because no delivery has been recorded. The fallback. It appears when nobody has confirmed the parcel arrived.

Helm quotes whichever of the two comes first. If you are on the express tier at 2 days and the parcel is delivered quickly, the delivery clock wins easily. If nobody ever confirms delivery, the 14 day fallback is what eventually pays you.

Expected payout = the earlier of: delivery plus your tier hold, or despatch plus 14 days.

Why you can trust the date

This is worth knowing because most platforms show an estimate that means nothing. The code that works out the date you are shown is the same test the process that actually moves the money uses, deliberately written to mirror it condition for condition.

Helm's own note on it is the right principle stated plainly: if the two ever disagreed, the interface would be promising a date the worker will not honour, which is worse than showing nothing.

It is also a pure calculation with no database and no network behind it, so the date cannot drift because something was cached.

Reading it as a diagnostic

The line is the fastest way to spot a problem with an order.

  1. No date at all, and you know you shipped it. Your shipment did not record properly. Check you actually marked it shipped rather than only adding tracking somewhere else.
  2. The reason says despatch rather than delivery, and it was delivered days ago. Nobody confirmed it. Either the tracking number is not resolving, or there is none. You are waiting the full 14 days for no reason. Anyone on the order can mark it delivered.
  3. The date is 14 days out and you expected 2. You are on the introductory tier. Track 9 lesson 9.2 explains why, and it is almost always the refund rate.

Marking delivered twice moves the date later

The delivery timestamp is what the clock counts from, and pressing the delivered button a second time re-stamps it to now. That pushes your payout further away. Press it once.