Payment Gateway vs Merchant Account: What Is the Difference

Written by Tyler DurbinApril 30, 2026
Merchant Alternatives is reader-supported. When you make purchases through links on our site, we may earn a commission. This is always at no additional cost to you and helps us continue to provide accurate, transparent and up-to-date information on the things that matter most to your business, for free.

TL;DR: A payment gateway is the technology layer that encrypts and routes card data securely from checkout to your bank. A merchant account is the specialized bank account that temporarily holds funds from completed card transactions before depositing them into your business checking account. Most businesses need both - or a payment service provider like Stripe or Square that bundles both functions under one service.

Table of Contents

What a Payment Gateway Does

A payment gateway is the technology layer that sits between your customer's checkout and your bank. When a customer enters a card number on your website or taps their card at a terminal, the gateway immediately captures that data, wraps it in encryption, and routes it toward the payment processor and issuing bank. According to Stripe, "The payment gateway connects a business's customer-facing checkout and the payment processing provider. The payment gateway forwards the encrypted transaction data to the business's acquiring bank, which sends the information to the customer's issuing bank." It never touches money directly - it is a data security and communication tool.

The gateway performs several critical technical functions on every transaction. It encrypts card data using SSL/TLS during transmission so it cannot be intercepted in transit. It replaces the raw card number (the Primary Account Number, or PAN) with a random token string through a process called tokenization - meaning your servers never store exploitable card data. According to Lorikeet Security, organizations that implement tokenization correctly routinely reduce their in-scope system count by 70 to 90 percent, which directly reduces PCI compliance complexity. The gateway also runs real-time fraud screening: Address Verification Service (AVS) checks, CVV matching, IP geolocation, velocity limits, and 3D Secure authentication all fire before the transaction is even submitted to the card network.

Gateways come in two main integration styles. A hosted gateway redirects the customer to a payment page owned and operated by the provider, such as a PayPal checkout window. The merchant never touches card data at all, keeping their PCI scope as small as possible. An integrated or embedded gateway keeps the customer on the merchant's site through an API or iFrame but requires more development work and more attention to compliance. J.P. Morgan notes that hosted gateways carry the simplest compliance burden, while integrated gateways offer a more seamless user experience at the cost of greater technical responsibility.

Gateway-only providers like Authorize.net and NMI work with multiple acquiring banks and processors, giving merchants flexibility to shop for the best processing rates without changing their checkout integration. Full-stack providers like Stripe, Square, and PayPal bundle gateway functionality into a single product - you never purchase a gateway separately. In either case, the gateway is the piece of the puzzle that makes secure card data transmission possible.

How a Merchant Account Works

A merchant account is a specialized bank account that allows a business to receive the proceeds of card transactions. It is not a standard business checking account. As Stripe describes it: "A merchant account is a bank account that is specifically used for accepting customer payments, usually by credit card, debit card, or other electronic transfer. It holds on to funds before they're transferred to the merchant's primary business bank account." In other words, it is a temporary holding area - funds land there first, are verified, then are swept to wherever you actually run your business finances.

The account is established through a formal underwriting relationship with an acquiring bank (also called a merchant bank). The acquirer reviews your business type, processing history, chargeback history, and financial statements before approving you. Once approved, your business is assigned a Merchant Identification Number (MID) that identifies you to card networks on every single transaction. Hancock Whitney Bank explains that the merchant account "serves as a temporary holding area for funds during transaction processing (typically one to two days) before the money reaches your business checking account."

The practical difference between a merchant account and a business checking account is significant. Your business checking account is opened at any bank and handles day-to-day operations: payroll, vendor payments, cash deposits. A merchant account exists only to receive and hold electronic payment proceeds - it cannot be used for direct payments out. Funds sit in the merchant account for 1 to 3 business days (sometimes longer for American Express or international cards) before being transferred out. During that window, the acquiring bank is performing settlement verification and accounting for any chargebacks or disputes that may arise.

Getting approved for a dedicated merchant account requires submitting business registration documents, an EIN, government-issued ID, business bank account details, and a live, compliant business website. High-risk industries face a more intensive review: financial statements, detailed business model descriptions, and prior chargeback history are typically required. European Merchant Services notes that approval timelines can range from a few days to several weeks depending on industry and risk profile, and high-risk businesses may face extended review periods. Once approved, however, a dedicated merchant account gives you a direct banking relationship with negotiable rates, higher processing limits, and greater stability than a payment service provider arrangement.

The Core Difference Between a Gateway and a Merchant Account

The simplest way to understand the distinction: a payment gateway is technology, and a merchant account is a financial account. One moves data; the other moves money. They handle entirely different problems, and you cannot substitute one for the other.

Dimension Payment Gateway Merchant Account
What it is Software / API layer Specialized bank account
Primary function Secure data transmission and fraud screening Temporary fund holding and settlement
Touches card data Yes - collects, encrypts, transmits No - only receives settled funds
Touches money No Yes
Who provides it Technology company or payment processor Acquiring bank or PSP
Setup time 1 to 3 days (typically) Several days to several weeks
Required for online payments Yes Yes (or via a PSP holding one for you)
Can work without the other No No

A third component completes the picture: the payment processor. The processor is the behind-the-scenes routing hub that communicates between the gateway, the card networks (Visa, Mastercard, Amex, Discover), and the banks on both sides of the transaction. As Ramp explains, "A payment processor acts as the middleman, routing transaction data between the merchant, the card network, and the issuing bank." The gateway encrypts and sends; the processor routes and coordinates; the merchant account receives and holds. All three components are required for a complete payment infrastructure.

Spreedly puts it plainly: "Short answer: Yes. Both merchant accounts and payment gateways are necessities for merchants and marketplaces." The confusion often arises because modern full-stack providers bundle all three functions together under one interface, making them invisible as separate components. But the underlying structure - gateway + processor + merchant account - always exists, even when you only sign one contract.

The common misconception that they are the same thing - or interchangeable - creates real problems for merchants. A business that signs up for a standalone gateway without a merchant account has no place for funds to land. A business with a merchant account but no gateway has no way to securely accept card-not-present payments online. Safeheron summarizes: "Without a payment gateway, businesses cannot collect card information securely or authorize transactions. Without a merchant account, there is no place to hold or settle the funds."

How Payment Processing Actually Flows from Card Swipe to Deposit

Understanding how money actually moves from a customer's card to your bank account clarifies exactly where the gateway ends and the merchant account begins. The process has 10 distinct stages, and the full cycle typically takes 2 to 3 business days from transaction to funded deposit - even though the customer's approval appears in 2 to 3 seconds. According to Stripe, the standard credit card settlement timeline is 1 to 3 business days from batch capture.

Steps 1-3: Authorization. The customer presents their card or enters card details at checkout. The payment gateway captures the data, encrypts it using SSL/TLS, runs initial fraud checks (AVS, CVV, IP screening), and transmits it securely to the payment processor. The processor routes the transaction through the card network (Visa, Mastercard, etc.) to the customer's issuing bank. According to BILL, this routing and the bank's verification response takes only a few seconds.

Steps 4-6: Issuing bank decision and hold. The issuing bank checks whether the card is valid and not flagged for fraud, whether sufficient credit or funds are available, and whether the transaction passes its own fraud detection rules. It responds with an approval or decline code. If approved, the bank places a temporary hold (reservation) on the funds. Per Stripe, authorization holds typically last 5 to 10 days, and up to 30 days in some cases. Critically, no money has moved yet - the funds are only reserved. The approval response travels back through the processor and gateway to the merchant's terminal or website.

Steps 7-8: Capture and clearing. Authorized transactions are captured when the merchant closes the batch - typically at end of day. Capture is the point of no return: transactions cannot be voided or edited after this stage. The processor then sends the finalized batch to card networks, which sort and route transaction details to issuing banks. Interchange fees are calculated and applied at this stage. As Concryt notes, clearing also handles any adjustments for tips, taxes, or currency conversions.

Steps 9-10: Settlement and funding. Funds move from the issuing bank to the acquiring bank (the bank that holds the merchant account). Fees are deducted - interchange to the issuing bank, assessment fees to the card network, and the processor's markup. The net amount lands in the merchant account and is then swept to the business's regular bank account. Rapyd notes that American Express settlements may take 2 to 8 business days, and cross-border transactions can take 5 to 7 business days or longer.

Stage What Happens Money Moves? Timeline
Authorization Bank verifies card and reserves funds No (hold only) Seconds
Capture Merchant finalizes transaction amount No (confirms commitment) End of business day
Clearing Transaction details exchanged between banks No (data only) Overnight
Settlement Funds transferred from issuing to acquiring bank Yes 1 to 3 business days
Funding Net funds deposited into merchant account then business bank Yes 1 to 2 days after settlement

Sources: Spreedly, PepperPay, Visual Matrix

One point worth emphasizing: card-not-present transactions (online payments) carry approximately 15 times higher fraud rates than card-present in-store transactions, per Clearly Payments. Card-present fraud runs at roughly 0.06% of transaction value, while card-not-present fraud runs at roughly 0.93%. That difference in risk is a primary reason why online processing rates are higher, and why the gateway's fraud-screening functions are so critical for ecommerce merchants.

Why Most Businesses Need Both (or How Combined Providers Work)

Most businesses need both a payment gateway and a merchant account - but they do not necessarily need to source them separately. The payment infrastructure landscape has evolved into two primary models: the traditional separate-component model and the modern full-stack provider model. Understanding the trade-offs determines which path makes more sense for your volume, risk profile, and operational priorities.

The traditional model: separate gateway and dedicated merchant account. In this model, the merchant establishes a direct relationship with an acquiring bank for a dedicated merchant account - complete with a unique MID - and separately contracts with a gateway provider like Authorize.net or NMI. The two are integrated but managed independently. The upside: direct negotiation of interchange-plus pricing, full ownership of the MID, and the ability to switch gateways without changing the underlying banking relationship. According to Payway, interchange-plus pricing typically becomes more cost-effective than flat-rate pricing once a business exceeds roughly $10,000 to $15,000 in monthly volume. The downside: setup takes weeks rather than hours, requires maintaining two relationships, and is harder for new businesses without processing history to qualify for.

The modern model: full-stack payment service providers (PSPs). Full-stack providers - also called payment facilitators or PayFacs - bundle the gateway, processing, and merchant account functionality into one product. Stripe, Square, PayPal, Shopify Payments, and Braintree all operate this way. According to Stripe, they "operate as a payfac, allowing businesses to accept payments without setting up a traditional merchant account on their own. Instead, businesses become sub-merchants under the PSP's master merchant account." Setup can happen in hours; pricing is flat-rate and transparent; support comes from one vendor.

Factor Traditional Gateway + Merchant Account Full-Stack PSP (Stripe, Square, PayPal)
Setup time Days to weeks Hours to days
Own dedicated MID Yes No (sub-merchant under PSP)
Pricing model Interchange-plus (negotiable) Flat-rate (fixed)
Rate at high volume Lower (negotiable) Higher (fixed regardless of volume)
Account termination risk Lower (direct banking relationship) Higher (PSP can freeze with limited notice)
Best for Established, high-volume, or high-risk merchants New, low-to-mid volume merchants
Vendor relationships Two (gateway + acquirer) One

The critical risk with the PSP model is account stability. Because PSPs operate under a single master merchant account and conduct minimal upfront underwriting, they can freeze or terminate sub-merchant accounts with limited notice when their automated risk systems flag unusual activity. Instant Accept notes that this is a meaningful operational risk for businesses that depend entirely on a single PSP. A dedicated merchant account, by contrast, gives the merchant a direct contractual relationship with the acquirer - termination is less arbitrary and disputes are handled through a formal process.

For most businesses starting out, the PSP model is the right starting point. The simplicity, speed, and zero processing-history requirement make it the practical choice for merchants under $10,000 to $15,000 per month. As volume grows and the cost difference between flat-rate and interchange-plus pricing becomes material, transitioning to a dedicated merchant account arrangement typically makes financial sense.

What Gateway and Merchant Account Fees Look Like in 2026

Payment processing costs have three underlying layers - interchange, assessment fees, and processor markup - plus separate gateway fees and a range of ancillary charges that rarely appear in the headline rate. According to BAMS, interchange represents 70% to 80% of total processing costs and is the largest single fee component. NerdWallet puts the typical merchant processing fee range at 1.5% to 3.5% per transaction, and Clearly Payments estimates that approximately 90% of merchants overpay on processing fees, often losing around $2,400 per year to hidden charges.

Gateway-specific fees are charged separately from processing fees when using a standalone gateway. Authorize.net, for example, charges $25 per month plus a per-transaction gateway fee, with no setup fee and no early termination fee, per Authorize.net's pricing page. Typical standalone gateway costs include a monthly fee of $5 to $25, a per-transaction gateway fee of $0.05 to $0.30 on top of the processing percentage, and a daily batch fee of roughly $0.10. Chargeback fees typically run $15 to $25 per dispute. Full-stack PSPs (Stripe, Square, PayPal) charge no separate gateway fee - it is baked into the flat transaction rate.

Provider In-Person Rate Online Rate Keyed-In Rate Monthly Fee
Stripe 2.7% + $0.05 2.9% + $0.30 3.4% + $0.30 $0
Square 2.6% + $0.15 3.3% + $0.30 3.5% + $0.15 $0 (basic)
PayPal 2.29% + $0.09 2.89%-2.99% + $0.29-$0.49 3.49% + $0.09 $0
Shopify Payments 2.6% + $0.10 2.9% + $0.30 -- $39+ (plan required)
Authorize.net (gateway only) Processing rate varies by acquirer Processing rate varies by acquirer Processing rate varies by acquirer $25

Sources: NerdWallet, Checkout Champ

Pricing model comparison. Four pricing models are common in the industry, with very different implications for transparency and cost at volume. North breaks these down as follows: flat-rate pricing charges a fixed percentage plus a fixed per-transaction fee regardless of card type, making it simple but expensive at scale. Interchange-plus pricing passes the exact interchange cost through to the merchant and adds a fixed processor markup, offering full transparency and lower costs at volume. Tiered pricing groups transactions into "qualified," "mid-qualified," and "non-qualified" buckets with different rates - this model almost always favors the processor. Subscription or membership pricing charges a monthly fee and a very small per-transaction markup, ideal for high-volume merchants.

Hidden fees to watch for. Beyond the headline rate, Clearly Payments and SwipeSum identify a range of charges that can add up significantly: PCI non-compliance fees (up to $20/month), monthly minimum fees ($15 to $25/month if processing falls below a threshold), statement fees ($5 to $15/month), early termination fees ($200 to $500), and non-qualified surcharges of 1% to 3% extra applied when transactions downgrade due to missing data. Sertifi notes that downgrade fees alone - triggered by incomplete transaction data on card-not-present orders - can cost merchants an extra 0.5% or more per year on their entire volume.

When You Might Only Need One or the Other

While most businesses accepting card payments need both a gateway and a merchant account (or a PSP that bundles both), there are specific scenarios where one component dominates or where an aggregator model shifts the calculus.

In-person-only businesses with no ecommerce. A business that exclusively accepts card payments in person through a physical POS terminal may not need a traditional payment gateway in the standalone sense. Their POS terminal itself handles the equivalent of gateway functions (encryption, routing) locally, and their merchant account receives the settled funds. However, even physical POS systems route through a processing network that performs gateway-equivalent functions - the difference is simply that the "gateway" is embedded in the hardware and software of the terminal. Clearly Payments notes that card-present authorization rates run at approximately 97% - substantially higher than the 80% to 90% typical for online card-not-present transactions, which is one reason in-person processing is simpler and lower-risk.

Merchants using aggregators like Stripe or Square. When a business signs up for a payment service provider, they do not separately source a gateway or a merchant account. The PSP bundles both under its umbrella. Payanywhere explains that in the PSP model, merchants operate as sub-merchants under the provider's master merchant account - they do not own a dedicated MID. This is a deliberate design choice that allows near-instant onboarding, but it means the merchant never independently possesses either component. If the PSP relationship ends, the merchant needs to set up both components again from scratch, which can interrupt business continuity.

High-risk businesses that need a gateway but face PSP rejection. Many PSPs (Stripe, Square, PayPal) either decline or significantly restrict high-risk industries including adult content, firearms, CBD and nutraceuticals, online gaming, travel and timeshares, and high-ticket subscription offers. CCBill and Fibonatix both document that high-risk merchants typically need a dedicated merchant account with a specialized acquirer willing to underwrite their category, combined with a gateway that can handle high-risk routing. Gateways like Authorize.net and NMI are both compatible with many high-risk merchant categories. For businesses in these industries, skipping the dedicated merchant account in favor of a PSP is not a real option - it usually results in account termination or fund holds. For guidance on merchant account options by business type, see MerchantAlternatives.com's merchant account reviews.

Subscription and recurring billing businesses. These businesses need a gateway with strong token vault and account updater capabilities - the ability to automatically update saved card tokens when a customer's card is reissued. Without account updater, expired or reissued cards cause failed renewals. Whether using a PSP or a dedicated merchant account, the gateway layer is where this functionality lives. Spreedly notes that some high-volume subscription merchants even use multiple gateways in parallel - routing transactions across different processors to optimize for approval rates and redundancy.

How to Choose a Gateway and Merchant Account for Your Business

The right combination of gateway and merchant account depends on your transaction volume, business type, technical capacity, and risk profile. The global payment processing market was valued at $61.1 billion in 2023 and is projected to grow to $1.05 trillion by 2035 at a 19.76% CAGR according to Precedence Research, reflecting the increasing complexity and diversity of payment infrastructure options available to merchants. Choosing wisely at the outset saves substantial cost and operational friction later.

Business Profile Recommended Approach Key Reason
New business, low volume (under $10K/month) Full-stack PSP (Stripe, Square, PayPal) Fast setup, no processing history required, predictable flat-rate pricing
Growing business ($10K-$50K/month) PSP or start exploring interchange-plus Evaluate if volume justifies the switch to dedicated account
Established business (over $50K/month) Dedicated merchant account with standalone gateway Interchange-plus pricing, dedicated MID, negotiable rates
High-risk industry Dedicated merchant account with specialized acquirer PSPs often reject or freeze high-risk accounts
Multi-location or multi-brand Traditional setup with multi-MID gateway (e.g., NMI) Control and customization across locations
Subscription/recurring billing focus Either model - prioritize gateway token vault and account updater features Token storage and card updates prevent failed renewals

Sources: Instant Accept, PayCompass, Airwallex

Key factors when evaluating a payment gateway. First, confirm compatibility with your ecommerce platform or POS system - most major gateways publish official integration lists for platforms like WooCommerce, Magento, Shopify, and BigCommerce. Second, evaluate fraud prevention tooling: AVS, CVV, 3D Secure, and velocity limits are the baseline; more advanced gateways offer machine learning fraud scoring. Third, check the gateway's tokenization approach - hosted payment fields (where card data flows directly to the gateway, never touching your server) give you the smallest possible PCI scope. Fourth, review uptime history and support quality; gateway downtime directly translates to lost revenue. According to Salesforce, choosing a gateway that encrypts and transmits payment data between customer, issuing bank, and merchant account is fundamental - but the specific implementation details determine your security posture and compliance burden.

Key factors when evaluating a merchant account. Pricing model transparency is critical: request the full interchange-plus rate breakdown, not just the bundled rate. Ask specifically about PCI compliance fees, statement fees, monthly minimums, and early termination penalties before signing. Clearly Payments reports that approximately 65% of merchants who negotiate do successfully lower their fees - but only if they know what to ask for. Settlement speed matters for cash flow: some acquirers offer next-day funding as a standard feature, others charge extra for it. For high-risk businesses, the specialized underwriting process and rolling reserve terms (often up to 15% of each transfer held for 6 months) are the most important contractual terms to understand before signing. For curated merchant account comparisons by business type and industry, see MerchantAlternatives.com's best merchant account reviews.

One structural consideration worth noting: according to Airwallex, 81% of consumers buy directly from merchant websites, and 75% of adults globally used some form of digital payment in 2024. For any business selling online or planning to, getting the gateway-merchant account combination right is not an optional upgrade - it is fundamental infrastructure.

Frequently Asked Questions

Do I need both a payment gateway and a merchant account?

In most cases, yes. To accept card payments online, you need both a payment gateway (to securely transmit card data) and a merchant account (to receive settled funds). The only exception is when you use a full-stack PSP like Stripe, Square, or PayPal - these providers bundle both functions under one contract, so you never source them separately. But even then, both components exist under the hood; you simply access them through one interface. E-Complish states: "Both merchant accounts and payment gateways are essential to process transactions successfully, as neither can function without the other."

What is the difference between a merchant account and a business bank account?

A business bank account is a standard operating account used for daily financial activity: payroll, vendor payments, cash deposits, and withdrawals. A merchant account is a specialized holding account used exclusively to receive the proceeds of card transactions before they are swept to your business bank account. You cannot pay vendors or withdraw cash directly from a merchant account. It exists solely as a temporary intermediary for card settlement, typically holding funds for 1 to 3 business days. According to Hancock Whitney Bank, a merchant account "serves as a temporary holding area for funds during transaction processing before the money reaches your business checking account."

Why is my processing rate different for online vs. in-store transactions

Card-not-present (CNP) transactions like online orders carry significantly higher interchange fees than card-present in-store transactions. This is because online transactions cannot verify the physical card, making them more vulnerable to fraud. According to Clearly Payments, card-not-present fraud rates are approximately 15 times higher than card-present fraud rates (0.93% vs. 0.06% of transaction value). Card networks compensate by charging higher interchange on CNP transactions, and processors pass those costs through to merchants. That is why Square, for example, charges 2.6% + $0.15 in-person but 3.3% + $0.30 for online transactions, per NerdWallet.

Can Stripe or Square freeze or terminate my account without warning

Yes, this is a documented risk of the PSP model. Because PSPs like Stripe and Square operate as payment facilitators under a master merchant account, they conduct minimal upfront underwriting and rely on automated risk systems to monitor activity. When those systems flag a pattern - high chargeback rates, sudden volume spikes, a product category they consider elevated risk - they can freeze funds or terminate the account with limited notice and limited formal recourse. Payway and Instant Accept both document this as a material operational risk. A dedicated merchant account with a direct acquiring bank relationship offers substantially more account stability and a formal dispute process, though it requires more upfront qualification.

How does a payment gateway reduce my PCI compliance burden

When you use a gateway with hosted payment fields, card data flows directly from the customer's browser to the gateway provider's servers - it never passes through your own systems. This removes your servers, databases, and application code from the PCI Cardholder Data Environment (CDE). According to Lorikeet Security, tokenization implemented this way routinely reduces a merchant's in-scope system count by 70 to 90 percent. In practical terms, this means qualifying for SAQ A (approximately 22 requirements) rather than SAQ D (all 200+ PCI DSS controls). Bluefin explains: "Tokenization reduces scope by replacing real card numbers with unreadable tokens, so internal systems no longer need to meet PCI requirements." Critically, PCI compliance is still the merchant's legal responsibility - using a compliant gateway reduces scope, but does not eliminate your obligation to complete an SAQ and maintain security controls.

Key Takeaways

  • A payment gateway is technology - it encrypts and routes card data from checkout to the processor. A merchant account is a financial account - it receives and temporarily holds settled funds before depositing them in your business bank account. One handles data; the other handles money.
  • You need both components to accept card payments. The only exception is when a PSP like Stripe, Square, or PayPal bundles both under one contract - but even then, both functions exist under the hood.
  • The full transaction cycle takes 2 to 3 business days from card swipe to funded deposit, even though authorization appears in seconds. Authorization, capture, clearing, settlement, and funding are five distinct stages with different timing and implications.
  • PSPs are ideal for new and low-volume businesses (under $10,000 to $15,000/month) because of fast onboarding and simple flat-rate pricing. Dedicated merchant accounts with standalone gateways become more cost-effective as volume grows because interchange-plus pricing is typically cheaper than flat rates above that threshold.
  • Approximately 90% of merchants overpay on processing fees, losing an estimated $2,400 per year to hidden charges including PCI fees, statement fees, monthly minimums, and downgrade surcharges, according to Clearly Payments. Requesting a full fee breakdown before signing any merchant account agreement is essential.
  • Card-not-present (online) transactions carry approximately 15 times higher fraud rates than card-present in-store transactions (0.93% vs. 0.06%), which is why online processing rates are higher and why gateway fraud-screening tools like AVS, CVV verification, and 3D Secure are non-optional for ecommerce merchants.
  • Tokenization through a compliant gateway can reduce your PCI compliance scope by 70 to 90 percent by preventing raw card numbers from ever touching your servers. Hosted payment fields are the most effective implementation for minimizing PCI obligations.
  • High-risk businesses and high-volume merchants should prioritize a dedicated merchant account over a PSP arrangement. PSPs frequently restrict or terminate accounts in categories like CBD, nutraceuticals, firearms, online gaming, and subscription trial offers, while a specialized acquirer provides underwriting, stability, and formal dispute processes. See MerchantAlternatives.com's merchant account reviews for options reviewed by business type.
Written by 

Tyler Durbin