A cashback website shares part of its affiliate commission with the buyer. When a user goes from the cashback site to a marketplace and completes a valid order, the affiliate system records the referral source; after reconciliation, the website credits the cashback according to its policy.
The marketplace names in this article only illustrate a common category of platform. Programme conditions, commission rates and brand usage rights can change, so an operator must check the official documentation before integrating.
The basic cashback flow
- 01
The user starts on the website
They sign in, choose a marketplace or campaign and click a shopping link that carries a tracking code.
- 02
The affiliate network records the click
A reference ID links the click to the user without putting sensitive data into the URL.
- 03
The marketplace records the order
The order arrives in reports as pending and can still change if the customer cancels or returns it.
- 04
Commission reconciliation
After the confirmation window, the affiliate network approves the commission on eligible orders.
- 05
Crediting and withdrawal
The website credits the balance at the published rate and allows withdrawals once the threshold and required checks are met.
The main technical components
- A system that generates deep links with individual click IDs.
- An API or report feed that syncs orders from the affiliate network.
- A mechanism that matches orders to users and prevents duplicate crediting.
- An internal wallet that separates pending, available and withdrawn balances.
- An admin area for reconciliation, dispute handling and anomaly detection.
Why an order may not be tracked
- The user did not start from the cashback link, or clicked another link before buying.
- A browser, extension or privacy setting blocked the tracking mechanism.
- The product, voucher or purchase method is outside the campaign.
- The order was cancelled, returned, flagged as fraud or has not cleared the reconciliation window.
- The data arrived late or the reference ID was invalid.
What must be transparent to users
- The expected cashback rate and how it is calculated on the eligible amount.
- Order status, the approval waiting time and the reasons a claim can be rejected.
- The withdrawal threshold, the payout methods and any fees.
- How to file a dispute and what evidence to provide.
- The data and cookie policy, and the affiliate relationship itself.
Operational risks to plan for
A gap between the balance shown to users and the commission actually received creates cash-flow risk. The system should only allow withdrawals from approved amounts, keep an adjustment log and limit manual actions. You also need to track API changes, brand policies, campaign conditions and the legal obligations attached to payouts.



