We have been analyzing the NCR Retail Online (NRO) business and our NCR Industry Solutions Board, an internal team that helps set strategy, has decided to set the NRO product to End of Life on March 31, 2018 . The CPOnline Product was also recently announced with an end of life date of September 30th, 2017 . The End of Life terms indicate that all current customers will need to be transitioned off their respective product and the servers turned off by 9/30/17 (CPO) & 3/31/18 (NRO) . Your NCR Counterpoint business partner has been notified of this decision in advance and has started taking steps to help you transition your eCommerce solution.
Next Steps
As of today, we are encouraging all customers to reach out to your current NCR Counterpoint Partner to begin the transition to a new eCommerce platform. Your partner will be your best resource in planning and transitioning to a new eCommerce solution.
NCR has worked with several partners to create options for your new eCommerce solution. Please refer to the below chart for information about these options. Your partner can provide you with further documentation about these solutions to assist you with the decision process. You can also view a list of FAQ’s about moving from NRO to one of the below options by clicking here .
We will be discussing this transition directly with the users that attend our Synergy User Conference at the end of June. We will be offering a presentation on eCommerce and we will have representatives at the exhibit booth to handle your questions. In the meantime, please reach out to your partner to help determine your next steps.
We appreciate your business and look forward to taking this next, innovative step together.
Recommended eCommerce Solutions
| Solution | Cost | Platform | Additional Notes | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Commerce5 |
|
Magento | Most tightly integrated with Counterpoint and offers the most advanced features | ||||||||||||||||||||
| CP Magento |
|
Magento | Integrated with Counterpoint and offers features similar to NRO | ||||||||||||||||||||
| CP Shop |
|
Woo Commerce | Catalog, Inventory, and Orders are integrated with Counterpoint | ||||||||||||||||||||
a reliable alert system for failed payment capturesRunning a fresh ecommerce operation in Australia means juggling local payment preferences like Afterpay, BPay, and Eftpos alongside international gateways. When a transaction fails at the capture stage, the merchant often finds out hours later from an angry customer who has already closed the browser. Setting up a proactive alert system closes that gap and keeps revenue flowing, especially during peak periods like EOFY sales and pre-Christmas rushes in Sydney and Melbourne. A well-designed notification flow does more than tell you a payment declined. It surfaces the reason for the decline, routes the right person to act, and feeds information back into inventory and order management so shelves do not oversell. The guide below walks through the practical steps of building that system for a new storefront, from choosing alert channels to long-term maintenance. Understanding why payment captures fail in Australian storesAustralian consumers rely heavily on debit cards, with Visa Debit and Mastercard Debit accounting for a large share of online transactions. Capture failures on these cards often stem from insufficient funds at settlement rather than at authorisation, which means the order appears paid in the storefront until the nightly batch rolls through. Stores using BPAY or direct debit face a different pattern, with funds reversing days after the original capture attempt. Local banks apply stricter fraud rules following the ePayments Code administered by ASIC, which can flag legitimate cross-border transactions. Stores that sell to customers in regional Western Australia or Tasmania sometimes see capture failures spike during time-zone gaps, since settlement windows for some issuers sit between midnight and 4 am AEST. Capturing these patterns in an alert system means moving beyond a single boolean success signal and capturing the metadata that explains why a transaction was reversed. Stores that have recently migrated platforms, particularly those coming off older NCR Counterpoint integrations, often inherit historical decline data that confuses fresh analytics dashboards. Reviewing at least 90 days of past capture failures before configuring alerts helps a new store owner separate one-off glitches from structural problems with their gateway configuration. Choosing the right channels for alert deliveryEmail alone is rarely enough for time-sensitive payment issues. Australian ops teams frequently operate from shared inboxes in Brisbane and Perth, and an email buried under fifty Black Friday receipts will not be read in time. SMS alerts work well for high-severity capture failures because they reach staff wherever they are, including on the floor of a physical store using NCR Counterpoint. Slack or Microsoft Teams channels suit medium-severity events, with a dedicated channel such as #payments-alerts that receives every capture failure alongside the order number, customer name, and gateway response code. Webhook-based alerts that push directly into a workflow tool like Zapier or Make allow further automation, such as creating a Trello card for the customer service team to follow up on. Push notifications through a mobile admin app make sense for solo founders managing a small catalogue from Adelaide, since they do not need to keep a desktop dashboard open. The key is to match the channel to the severity: an SMS for a $1,200 order reversal, a Slack ping for a $40 cart abandonment due to a soft decline, and an email digest for patterns that need weekly review. Configuring threshold rules and notification triggersA blunt alert for every failed capture quickly becomes noise. Australian merchants typically set tiered thresholds based on order value, time of day, and customer history. A repeat buyer who has placed ten successful orders deserves a softer follow-up than a brand-new account placing its first $600 purchase at 2 am in Sydney. Triggers should also account for gateway-specific behaviour. Stripe and Adyen behave differently from local gateways like eWAY or Fat Zebra when handling 3D Secure step-ups, so an alert system needs to distinguish between a soft decline that can be retried and a hard decline that requires a customer touchpoint. Recording the gateway response code in each alert makes triage faster. Connecting these rules to your platform selection criteria matters more than many founders realise. A platform that exposes only a flat success or failure flag will force you to build workarounds later. Look for vendors that publish detailed webhook payloads, support custom retry windows, and allow alert rules to be edited without engineering involvement. Integrating alerts with inventory and order managementAn alert for a failed capture should not exist in isolation. The moment a payment reverses, the stock that was held for that order needs to be released so other shoppers in Melbourne or Perth can purchase it. Without that integration, a popular SKU can sit in limbo for hours, blocking conversions and frustrating customers. Most modern ecommerce platforms support webhook-driven stock adjustments, but the configuration is rarely plug-and-play. You will need to map each capture failure event to a stock release action, with safety checks to avoid double-releasing when an order is later recovered. Stores selling on marketplaces such as Amazon Australia or Catch should ensure the alert triggers a parallel release in those channels. Order management systems like NCR Counterpoint can also push inventory back to the storefront once a payment failure is logged, keeping the single source of truth intact. The benefit is twofold: the alert reaches the right person, and the data behind it stays consistent across every tool the business uses. Testing your alert system before going liveBefore turning on alerts for real transactions, simulate failures using test cards supplied by your gateway. Stripe, eWAY, and Square each publish a list of card numbers that trigger specific decline codes, and running these through your storefront reveals whether the alert pipeline behaves as expected. Run the simulation across time zones to confirm that the alert timestamps match local AEST or AEDT expectations. A failure logged at 11 pm in Sydney should not appear in the team Slack channel as if it happened eight hours earlier, which can confuse handover between east-coast and west-coast operators. Calendar testing around daylight saving changes in October and April catches further edge cases. Finally, rehearse the human side. Walk a staff member through the alert inbox, the stock release workflow, and the customer email template. A clear runbook keeps response times short when real failures hit during a busy promotional period. Ongoing maintenance and team response protocolsAlerts decay quickly if they are not reviewed. Schedule a monthly review of capture failure rates by gateway, by product category, and by region, paying close attention to the Privacy Act 1988 obligations when storing customer financial data. Compliance does not need to slow the team down, but it should shape how long alert logs are retained and who can access them. Response protocols work best when written down. A one-page document covering who handles SMS alerts after hours, who follows up on soft declines during the day, and how a refund or retry is processed keeps the operation consistent. Rotate the on-call schedule every quarter so no single person carries the burden. For stores that have just come off a platform migration, reviewing how the previous system communicated payment issues to customers is worthwhile. Resources on communicating platform changes often include scripts that translate neatly into alert-driven customer outreach. Comparing common alert delivery methods
Signs your alert system needs a tune-up
Essentials for every alert configuration
A reliable alert system turns a silent revenue leak into a manageable workflow. The clearest signal that the setup is working is when capture failures are resolved before the customer notices, and the data behind them feeds straight back into inventory, reporting, and long-term platform decisions. |
|||||||||||||||||||||||
After you have completed your move to a new eCommerce platform, don’t forget to submit the Store Closure Request form to close your NRO site and cancel your billing subscription.