What happens between the click and the parcel: seven steps, and the three that fail
A customer clicks Pay and a box arrives eleven days later. Between those two events there are seven steps, three of which fail regularly, and none of which you can see unless somebody built you a way to look. Knowing the chain is what turns "where is my order" from panic into a procedure.
The seven steps
- 1. Payment authorised. The card is approved. The money is not yours yet.
- 2. Payment confirmed to your store. The processor tells your store the payment succeeded. This message is the one that triggers everything else.
- 3. The supplier order is created. Your store places the order with the supplier, with the customer's address and the exact variant.
- 4. The supplier order is paid. From your balance with them, or by card. Unpaid means unshipped, however complete the order looks.
- 5. The warehouse picks and packs. Hours to days, depending on the item and the warehouse.
- 6. The carrier takes it and returns a tracking number. This number is what turns an anxious customer into a patient one.
- 7. Transit and delivery. The long part, and the part nobody controls.
Where it actually breaks
Step 2, the confirmation message. If the processor's notification never reaches your store, the order sits as unpaid forever: no supplier order, no fulfilment, no confirmation email — while the customer has been charged and is waiting. This is the single most damaging failure in the chain, because everything downstream is silently correct and nothing happens.
The defence is not a better notification, it is a second path: your store should also ask the processor, periodically, whether any pending order has in fact been paid. A system with only one path to this fact will eventually lose an order it was paid for.
Step 4, the supplier payment. An insufficient balance stops the parcel while the order looks complete on both sides. It needs to be visible to whoever can top up the balance, not buried in a log.
Step 6, the tracking number. It appears at the warehouse, not in your store. Something has to fetch it and tell the customer; if nothing does, you get the "where is my order" message on day nine and have no answer.
What to have in place before the first order
| Question | What it should look like |
|---|---|
| How do I know an order was paid? | Two independent ways, not one |
| What happens if the supplier order fails? | It retries on its own, and somebody is told |
| Who tops up the supplier balance? | A named person, alerted before it runs out |
| How does the customer get their tracking number? | Automatically, from the warehouse, without you copying it |
| What does the customer see on day eight? | The window you promised, still true |
Why a retry matters more than a notification
Suppliers go briefly unavailable. Balances run low. Networks drop a request. None of this is exceptional, and none of it should require a human to notice.
A chain that retries on a schedule recovers from all three by itself; a chain that only alerts turns every hiccup into an evening of manual work, and eventually into an order that nobody picked up. That is the difference worth asking about when you evaluate any platform — not the feature list, but what happens on the day the supplier is down for twenty minutes.
Questions
- Why can an order be paid but not shipped?
- Most often step 4: the supplier order exists but has not been paid from your balance, so the warehouse never releases it. It looks complete in both systems, which is exactly why it needs to be surfaced rather than logged.
- Should I tell customers which supplier ships their order?
- No — it is your supply chain, not their concern, and it hands a competitor your sourcing. Tell them what they need: the item, the window, the tracking number.
- How does Creavela handle this?
- Orders route to the supplier automatically, a scheduled task retries anything blocked, payment is verified by a second path rather than relying on one notification, and tracking numbers are collected from the warehouse and sent to the customer without anyone copying them.
Want the store built for you?
Creavela builds the storefront, composes the catalogue for your niche and runs fulfilment. You keep the brand and the audience.
See how it worksRead next
Delivery times: how to say a slow number and still get the sale
Cross-border shipping is genuinely slow. Hiding it converts a patient customer into a chargeback. How to write a delivery window that is honest and still sells.
Refunds and disputes: the rules to write before your first angry message
A refund costs the product and the postage. A dispute costs those plus the fee plus your standing with the processor. How to keep every problem in the first category.