Checkout flows, subscription billing, Canadian interchange fees, and when a custom payment system beats off-the-shelf β an honest builder's guide.
Building a payment system for your business rarely means what it sounds like. Nobody outside the banking industry builds actual payment processing β the licences, the card-network relationships, and the liability make that a non-starter. What businesses really build is everything around the processor: the checkout flow customers see, the subscription and billing logic underneath it, and the reporting that says where the money went. That layer is where businesses win or quietly bleed β and it's where the custom-vs-off-the-shelf decision actually lives. Here's how to think about it, including the fee mechanics most builders never explain.
The stack: what you buy, what you build
Every payment system stands on a processor β Stripe, Moneris, Square, and their peers β that moves the money and carries the heavy compliance weight. Above it sit three layers you have real choices about: the checkout experience, the billing logic (one-time sales, subscriptions, invoicing), and the back office (refunds, reconciliation, reporting). Off-the-shelf means using the processor's hosted versions of those layers β Stripe Checkout, Shopify's checkout, Square invoices. Custom means building your own on the processor's APIs. The right answer is almost always a mix, and the mix should be decided by business requirements, not developer enthusiasm.
Checkout flows: where conversion is won
The checkout flow is the highest-leverage screen your business owns. The rules are boring and reliably ignored: as few fields as possible, guest checkout available, Apple Pay and Google Pay offered, and taxes and shipping shown before the final step β for Ontario buyers that means the 13% HST visible early, because surprise costs at the last screen are the classic abandonment trigger. Hosted checkouts get most of this right out of the box, which is why we recommend them for most stores β the same conversion rules our ecommerce development team applies to every storefront build. A custom checkout earns its build cost when the flow itself is your differentiator: multi-step quotes, deposits, split payments, or B2B purchase-order workflows that no hosted page can express.
Subscriptions and recurring billing: harder than it looks
Recurring revenue is where naive payment builds die. A subscription system isn't "charge the card monthly" β it's proration when customers upgrade mid-cycle, trials that convert cleanly, dunning (the retry-and-email choreography when a card declines), automatic card updates when banks reissue plastic, taxes that must follow every invoice, and pausing, cancelling, and refunding gracefully. Platforms like Stripe Billing solve most of that off the shelf, including smart payment retries and a self-serve customer portal. For B2B businesses invoicing Canadian clients, it's also worth knowing that pre-authorized debit β bank-to-bank payments under Payments Canada's framework β often costs meaningfully less per transaction than cards at invoice-sized amounts. Custom subscription logic is justified when your pricing genuinely doesn't fit the platforms: usage-based billing on your own metered data, marketplace revenue splits, or contract billing negotiated per client.
Interchange is the rent you pay on every transaction. Most businesses never read the lease.
Interchange: the fee nobody reads
Every card payment carries interchange β the fee paid to the cardholder's bank β plus network and processor margins. Flat-rate processors like Stripe and Square bundle it all into one simple published rate, typically in the high-2% range plus a per-transaction fee for online card payments in Canada; interchange-plus pricing from providers like Moneris passes the true interchange through with a stated markup, which usually wins at higher volumes. Worth knowing: under agreements finalized with the federal government, Visa and Mastercard reduced interchange for qualifying Canadian small businesses starting in fall 2024 β in-store consumer credit interchange down to an annual weighted average of 0.95%, with online rates reduced as well; eligibility depends on staying under annual volume thresholds with each network. If you're on flat-rate pricing those savings don't automatically reach you, so ask your processor β and re-quote your processing once volume passes roughly $20,000β$30,000 a month, because the difference compounds on every sale.
Custom vs off-the-shelf: the honest test
- Off-the-shelf wins when your model is standard: selling products or simple subscriptions at posted prices. A hosted checkout will convert as well as anything you'd build, at a fraction of the cost.
- Custom earns its cost when the billing model is the business: marketplaces splitting payments between parties, usage-based pricing, deposits and progress billing on large projects, or B2B flows with quotes, terms, and partial payments.
- Custom is also justified when payment events must drive operations β provisioning access, scheduling crews, updating an ERP β and webhook-driven automation around the processor becomes the real deliverable.
- Never custom: the processor itself. If a proposal involves touching, storing, or routing raw card numbers, walk away β you're buying a compliance liability, not a feature.
Our rule with clients is blunt: buy the payment layers that are commodities, build only the ones that are your business. When custom is the right call, our custom software development team builds it webhook-first on top of the major processors, with full source ownership handed to you. And if you're taking payments in a mobile app, the store rules and PCI mechanics in our guide to adding payments to your mobile app come first. Not sure which side of the line your business falls on? Call us or use the contact form on our homepage β we'll tell you honestly, including when the zero-build hosted checkout is the right answer.
References
- Government of Canada β Finalized agreements with Visa and Mastercard to lower credit card transaction fees for small businesses
- Stripe Documentation β Billing (subscriptions, invoicing, smart retries)
- Payments Canada
This article is general educational information, not professional, medical, or purchasing advice. External links are provided for reference; DS Web Solutions Inc. is not affiliated with and does not endorse any third-party brand or organization listed.




