Problems & solutions · POS

Gift Card Software Problems: The 7 That Cost Real Money, and How to Avoid Them

Gift Card Platform Development product interface illustration showing common problems and fixes.
The short answer

The most expensive failure mode is authorisation built as a single deduct instead of a hold and a capture. It works in testing and fails on the busiest trading day of the year, when a till loses its connection mid transaction and nobody can say whether the customer's balance was taken. The store manager resolves that ambiguity in the customer's favour every time, which is the correct call and also an unbounded liability, and the reconciliation team spends the following month trying to work out which of those decisions were right.

Why does the build get scoped as a balance lookup?

The biggest scope failure in stored value is that the project sounds simple when you describe it. Read a card number, return a balance, deduct an amount. That framing survives the whole discovery phase because nobody in the room is the person who has stood at a till with eight people queuing.

The real authorisation path has partial redemption, split tender across a card and another payment method, a tip added after the authorisation in restaurants, voids and returns that must reverse to the original instrument, and stores whose connectivity is genuinely unreliable. A single deduct model handles none of those without ambiguity.

Two design decisions separate a usable platform from a Christmas incident. First, authorisation must be two phase, a hold then a capture, so that a dropped connection leaves a hold that expires rather than a balance nobody can account for. Second, offline behaviour must be a written policy rather than an accident. Either the till declines stored value when it cannot reach the platform, which is honest and unpopular, or it authorises up to a floor limit and reconciles later, which is popular and costs a bounded amount of fraud. Pick deliberately, write the number down, and make the floor limit configurable per channel and per store so you can tighten it where losses appear.

Scope release one around that authorisation model, the balance ledger and a liability report. Everything else is easier once those three exist.

What goes wrong when jurisdiction and issuance data are not captured?

The data failure specific to gift cards is that the information you will need for unclaimed property reporting can only be captured at the moment of sale, and most platforms do not capture it.

Escheatment obligations depend on the state of issuance, and in some cases on the address of the purchaser, at the point the card was sold. If your ledger records only a card number, a balance and a redemption history, then when the first audit arrives you are reconstructing jurisdiction from point of sale (POS) journals, distributor files and store master data that has changed since. That reconstruction is expensive, slow and hard to defend, and it is the moment most groups discover the problem.

The same gap shows up in ordinary reconciliation. A batch of cards sold through a supermarket rack activated three days after purchase. A franchise location redeemed against a balance that central had already written off as breakage. A promotional card the marketing team issued was never coded as a liability at all. Each of those is a jurisdiction or attribution question dressed up as an accounting variance, and each takes days to unpick.

The fix is to stamp every card at creation with its issuing entity, issuing location, jurisdiction, funding source and its own dormancy clock, then never derive any of it later. Breakage recognition runs as a scheduled process against a documented policy your auditor has signed off, producing journal entries rather than a memo. A four day month end reconciliation becomes a report your controller runs.

Why do the point of sale and distributor integrations break after launch?

Stored value integrations break at the edges of the estate rather than at the centre.

Point of sale estates are rarely uniform. A group that grew by acquisition runs Toast in one brand, Oracle Micros in another and an older till in the sites nobody has refitted, and each has different offline behaviour and a different upgrade cadence. A point of sale vendor update changes how a void is transmitted, or introduces a new tender type, and stored value transactions start arriving in a shape your reconciliation did not expect. Older estates often need a middleware shim, and shims are the first thing to break when either side moves.

Distributors break differently. Third party activation files arrive in each partner's own format, sometimes in real time and sometimes as a batch that lands late. A partner changes a file layout or a settlement term, and the mismatch does not appear as an error, it appears as a liability figure that no longer ties out at quarter end.

The controls are ordinary and effective. Reconcile per partner daily rather than per period, so a mismatch is a next morning conversation. Alert on absence as well as on error, because a distributor file that stopped arriving generates nothing. Version your integrations and record which version processed which batch. And keep a per estate test lane, because a change that is safe on one till system is not evidence about the others.

What happens when draining fraud and franchise settlement are not covered?

Two gaps recur, and both of them turn into money leaving the business without an obvious cause.

Card draining is the first, and the timing is what defeats most tooling. Cards are lifted from a retail rack, the numbers and any scratch off codes recorded, the packaging restored, and the card put back. Nothing has happened yet, because the card carries no value. When a shopper buys it and it activates, the recorded number is drained within minutes. Redemption velocity rules fire far too late. The loudest early signal is balance enquiry behaviour, because attackers poll continuously to detect activation, so rate limiting enquiries per card and per source and alerting on enumeration against number ranges catches the pattern before the money moves. Score the interval between activation and first redemption, hold first use high value online redemptions for a short review, and log every decision so you learn which racks are being hit rather than only that you refunded someone.

Franchise settlement is the second. A franchisee redeems value a central entity issued, which is an inter entity settlement with real money attached. Handled in spreadsheets, disputes arrive months later with no supporting detail and cost goodwill as well as cash. Generating a settlement entry at the agreed reimbursement rate the moment the redemption posts, with a statement the franchisee can dispute line by line, removes the entire argument.

Should you build custom or configure what you already own?

If your outstanding liability is under roughly $2 million, you operate in one or two states, you have a single point of sale estate and you do not sell through third party retail racks, do not build. Givex and Paytronix are solid at that scale, the integrations already exist, and a build would be an expensive route to the same place.

Before assuming custom, check what your current stack already offers. Your processor may already expose activation and redemption detail through an interface nobody has connected to finance. Your point of sale may already support a second tender type with proper void handling, which is often the actual blocker rather than the ledger. Your distributor may be able to send a richer activation file including the selling location, which is most of what jurisdiction reporting needs.

The build case appears when two or more of these are true. Outstanding liability above roughly $10 million with no jurisdiction breakdown available on demand. Distributor reconciliation done by hand. Franchise settlement disputes as a recurring meeting. Draining losses where your only tool is a goodwill refund. Or a need to hold stored value, loyalty points, store credit and refund credit in one ledger, which is where most groups eventually land and where bolt on products stop working.

How do hidden costs get into the quote?

Stored value quotes go wrong in five places.

  • Number of point of sale estates. Two or three till systems means doing the integration two or three times, and older estates often need a middleware layer built first.
  • Distributor count. Each partner is a separate format and a separate settlement flow, with its own reconciliation logic.
  • Multi entity and multi currency. These change the ledger design rather than adding features to it, and retrofitting them is close to a rebuild.
  • Balance migration. Cards are already in customers' wallets and cannot be reissued, so a parallel period with dual authorisation is real project cost rather than overhead.
  • Fraud rule administration. Rules that a risk lead can edit with an audit trail cost more than hard coded thresholds, and hard coded thresholds are obsolete by the next holiday season.

Digital Heroes delivery experience puts a first release with the balance ledger, real time authorisation for tills and online, activation, reload, refunds and a liability report by entity at $70,000 to $150,000 over 12 to 18 weeks. A full platform adding distributor feeds, dormancy and escheat reporting by jurisdiction, the fraud engine, franchise settlement and bulk business issuance runs $180,000 to $450,000 across 6 to 12 months.

What separates a build that works from one that fails here?

Working builds treat the ledger as the product. One authoritative record where a card, its funding event, every authorisation attempt, every redemption, every fee and its escheatment state live together is what makes month end a query instead of an investigation. Anything less is three departments each holding a third of the answer.

They migrate balances without a hard cutover. Existing cards keep working because lookups check the new ledger and fall back to the old processor for two to four weeks, with a daily reconciliation report. A cutover weekend on live customer balances is a decision you only make once.

They treat the card number as a bearer instrument even though it is not cardholder data under the Payment Card Industry Data Security Standard. Whoever holds the number can spend it, so access control, logging and interface rate limits should be designed as if it were payment data, and support staff should not be able to browse full numbers freely.

And they settle ownership before kickoff, covering the repository, the database and the cloud accounts. This system holds a regulated liability belonging to your customers, and you cannot end up in a position where changing supplier means migrating live balances under commercial pressure.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. Global retail loses an estimated $1.73 trillion annually to inventory distortion (out-of-stocks and overstocks), equal to about 6.5% of global retail sales, despite $172 billion spent on improvements in the past year. Source: IHL Group (2025) →
  2. Vendor case material reports that tableside/handheld mobile POS transmits orders directly to the kitchen and improves table turnover, with a hotel client example citing a 30% increase in table turns from faster handheld payment and service - illustrating the transaction-speed-to-revenue link in restaurant POS (qualitative vendor claim, not independent research). Source: NCR Voyix (2024) →
  3. Only 22% of firms are 'future ready' having significantly transformed digitally; these companies show average revenue growth 17.3 percentage points and net margins 14.0 percentage points above their industry average. Source: MIT Center for Information Systems Research (MIT Sloan) (2022) →
  4. Salesforce's field-service research (State of Service / field service trends, survey of 5,500+ service professionals) found that 74% of mobile workers report increasing workloads and 47% say appointments don't go as planned due to customer miscommunication, unaccounted-for parts, or insufficient appointment lengths and travel times. (The separate claim that admin tasks consume ~30% of a technician's hours is NOT supported by the report - the seventh-edition data instead states technicians spend about 18% of working hours, ~7 hours/week, on admin, and only ~32% of time interacting with customers.). Source: Salesforce (2024) →
Shubham R. · Senior Full Stack Developer · Lucknow

Shubham is a senior full stack developer working mainly on SaaS and web platform builds. Alongside writing code he reviews other people's, breaks large requirements into work that can be estimated, and makes the calls about what to build now and what to leave open. Useful reading for anyone planning a product build.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

Why must gift card authorisation be a hold and a capture?

Because a single deduct leaves you unable to answer what happened when a connection drops mid transaction. With a two phase model the hold either captures or expires, so the balance is never ambiguous and the store manager is never guessing in front of a queue. This is the difference between a platform that survives peak trading and one that generates a month of reconciliation work every December.

What data do we need at the point of sale for escheatment later?

Issuing entity, issuing location and jurisdiction, stamped on the card at creation along with its own dormancy clock. Escheatment obligations turn on where the card was issued, and reconstructing that afterwards from point of sale journals, distributor files and store master data that has since changed is expensive and hard to defend. Confirm your specific obligations with unclaimed property counsel, since state treatment of gift cards varies considerably.

How do we detect card draining before the customer complains?

Watch balance enquiries, not redemptions. Attackers record numbers from a rack before any value exists, then poll continuously to detect activation, so enquiry behaviour is the loudest signal available before money moves. Rate limit enquiries per card and per source, alert on enumeration against number ranges, and score the gap between activation and first redemption. Log every decision so you can identify which racks are being hit.

Can we migrate existing balances in a single cutover weekend?

No. Those cards are in customers' wallets and cannot be reissued, so a failed cutover is a customer facing incident with no rollback. Migrate balances with their full history, keep the old processor reachable, and run dual authorisation for two to four weeks where lookups check the new ledger and fall back, with a daily reconciliation report. Budget that parallel period as real project cost rather than contingency.

What should happen when a store loses connectivity?

Whatever your written policy says, applied consistently. Declining stored value offline is honest and unpopular with store managers. Authorising up to a configurable floor limit and reconciling later is popular and costs a bounded amount of fraud. Make the limit configurable per channel and per store so you can tighten it where losses appear, and make sure the underlying authorisation is still a hold and a capture either way.

How should franchise redemptions be settled?

Automatically, at the moment the redemption posts. A franchisee redeeming centrally issued value creates an inter entity settlement with real money attached, and handling it in spreadsheets means disputes arrive months later with no supporting detail. Generate the settlement entry at the agreed reimbursement rate immediately and give each franchisee a statement they can dispute line by line, which removes both the argument and the goodwill cost.

Do gift card numbers fall under PCI DSS?

They are not cardholder data in the sense the Payment Card Industry Data Security Standard regulates, so a stored value ledger does not pull you into card scope on its own. That is not a reason to relax. A gift card number is a bearer instrument, so design access controls, logging and interface rate limits as if it were payment data, and keep full numbers out of environments where support staff can browse them freely.

Is Givex or Paytronix enough for our group?

For a single entity operator in one or two states with one point of sale estate and no third party racks, yes. They start to constrain you when stored value, loyalty points, store credit and refund credit need to sit in one ledger, when distributor reconciliation is manual, or when franchise settlement disputes recur. Jurisdictional reporting is the other trigger, since bolt on products rarely carry issuing location with the fidelity an unclaimed property audit expects.

How much does it cost to build a custom POS system for a small business?
A single-location custom POS covering checkout, inventory, receipts, and payment integration typically lands between $30,000 and $70,000, based on Digital Heroes delivery data across 2,000+ projects. Multi-location systems with kitchen displays, franchise reporting, or offline sync usually run $80,000 to $250,000. The biggest cost drivers are custom hardware support and how much of the payment flow you build versus integrate.
Can I build my product on a no-code tool like Bubble instead of hiring developers?
For testing whether anyone wants the product, yes, and Bubble's paid plans start at $29 a month, which is the cheapest validation you will ever buy. The ceiling arrives with complex data relationships, heavy integrations, performance at a few thousand users, and the fact that you cannot export a Bubble app to servers you control. A path many Digital Heroes clients take: prove demand on no-code, then rebuild custom once revenue justifies it, treating the no-code version as a paid prototype rather than a foundation.
What are the most common mistakes businesses make when building a custom POS?
The top three Digital Heroes sees: treating offline mode as a later feature when it must shape the architecture from day one, rebuilding payment processing instead of integrating a certified provider, and copying every Square feature instead of the 15 workflows staff actually use. A fourth is skipping real hardware testing, since receipt printers and barcode scanners fail in ways emulators never show. Each of these is cheap to avoid in week one and expensive to fix in month six.
How do I vet a development agency for a POS project specifically?
Ask to see a live POS or payments product they built, then ask exactly how they handled offline mode, receipt printing, and PCI scope, because those three areas expose anyone who has only built ordinary web apps. A competent agency will name the payment SDKs they used, such as Stripe Terminal or Adyen, and describe their terminal certification process without checking notes. If the portfolio is all marketing sites and dashboards, keep looking.
What should I have ready before I contact an agency about building a POS?
Bring three things: a written list of your 10 to 15 must-have workflows (returns, split payments, voids, shift close), your last three months of processing statements, and every system the POS must talk to, such as QuickBooks, your loyalty program, or a kitchen display. Agencies quote against unknowns, and this preparation tightens estimates by 20 to 30 percent in Digital Heroes scoping calls. You do not need wireframes or a technical spec; producing those is the agency's job.
Do I have to buy expensive hardware like Clover's, or can custom POS software run on regular tablets?
Custom POS software can run on off-the-shelf iPads or Android tablets costing $200 to $500, versus Clover stations that list between roughly $799 and $1,799 each before monthly software fees. The one piece you should not improvise is the card reader; use a certified terminal from your processor, such as a Stripe Terminal or Adyen device, paired to your app. That combination keeps hardware costs low without your software ever touching raw card data.
How do I calculate the payback period on a custom POS?
Add up what you pay per year today: subscription fees per terminal, add-on modules, and the gap between your effective processing rate and an interchange-plus rate, then divide the build cost by that total. A retail group paying $60,000 a year in fees and processing markup against a $150,000 build pays back in 2.5 years, before counting labor saved by workflows designed for your operation. Digital Heroes models 2 to 4 year payback for most multi-location operators and advises against building when the model shows longer.
Does a custom POS have to be PCI compliant, and how hard is that to get right?
Any system that touches card payments falls under PCI DSS, but the practical burden depends entirely on architecture. If your POS uses certified terminals from Stripe, Adyen, or a similar processor so card data never reaches your servers, most of the compliance scope shifts to the processor and you typically complete only a short self-assessment questionnaire. Building your own card capture puts you in full PCI DSS audit territory, which is why Digital Heroes has never recommended it in a POS engagement.
How long does it take to develop a custom POS system?
Plan on 12 to 16 weeks for a working first version with checkout, catalog, payments, and reporting, and 6 to 9 months for a full multi-location rollout. In Digital Heroes projects the schedule risk is rarely the software, it is hardware certification and payment processor onboarding, which can add 3 to 6 weeks if started late. Kick off the merchant account and terminal applications in week one, not at the end.
We run everything on spreadsheets and Airtable. How do we know it's time for custom software?
The reliable signals are re-typing the same data into multiple tools, one employee acting as human middleware between systems, and errors appearing in handoffs between teams. Hard limits force the issue too: Airtable's Team plan caps at 50,000 records per base, and Business costs $45 per seat per month, so a 20-person team pays about $10,800 a year for a tool it has already outgrown. When workarounds consume more hours than the tools save, the spreadsheet era is over.
Who can build a custom POS software system?

Digital Heroes builds custom POS software systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other POS software companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?