A commercial card is a payment card issued to a business entity—rather than an individual consumer—for managing corporate expenditures ranging from employee travel to procurement and automated accounts payable. Commercial cards run on the same Visa, Mastercard, and American Express networks as consumer cards but operate under distinct interchange categories, underwriting standards, and data requirements that make them a specialized instrument for B2B payments.
How Commercial Card Works
Commercial card transactions follow the standard four-party card network model but layer additional data fields and configurable controls on top of the authorization flow. Understanding the full lifecycle helps merchants integrate correctly and capture the interchange savings that commercial cards are designed to enable.
Card Issuance and Program Setup
A corporate treasury or finance team applies to an issuing bank for a commercial card program. The bank underwrites the business—not the individual cardholders—sets a program credit limit, and configures default spend controls. Cards are distributed to employees or provisioned as virtual card numbers for automated payment flows triggered by an ERP or AP platform.
Transaction Initiation
An employee swipes, taps, or enters the card number at a merchant terminal or online checkout. For automated accounts payable, the ERP or payment platform generates a virtual card number via API and transmits it directly to the supplier's payment page or invoicing portal. The transaction looks identical to any card-not-present payment from the acquirer's perspective.
Authorization
The acquiring bank forwards the authorization request to the card network, which routes it to the issuing bank. The issuer checks the transaction against the cardholder's spend controls—MCC restrictions, transaction limits, geographic rules—before approving or declining. This round-trip completes in under two seconds and is invisible to the buyer or supplier.
Enhanced Data Capture
At the point of sale or through the payment gateway, the merchant's system submits Level 2 and Level 3 data alongside the authorization request. This includes fields like tax amount, customer reference code, line-item quantities, unit costs, and commodity codes. Submitting this data is what unlocks lower interchange fees on qualifying commercial card transactions—a step most generic payment integrations skip entirely.
Settlement and Reporting
The acquiring bank batches and settles the transaction, typically within one to two business days. The card management platform aggregates enriched transaction data and pushes it to the company's ERP or expense management system, automatically coding spend by category, project, or cost center without manual entry.
Reconciliation
Finance teams reconcile card statements against purchase orders or invoices. Virtual commercial cards make this process nearly automatic—each card number maps one-to-one with a specific payment obligation, eliminating manual matching and materially reducing month-end close time for high-volume AP teams.
Why Commercial Card Matters
Commercial cards have become a dominant payment rail for B2B spending because they solve three persistent problems simultaneously: spend visibility, fraud exposure, and the cost and operational friction of check-based payments. The scale of adoption reflects how effectively they address these issues.
According to the Nilson Report, commercial card purchase volume in the United States exceeded $2.3 trillion in 2023, making commercial cards one of the fastest-growing segments in the broader payments industry. Globally, commercial card spend is projected to grow at a compound annual rate of 7.4% through 2028, driven by enterprise migration from checks and ACH to card-based accounts payable workflows.
On the cost side, the interchange advantage is significant. Merchants and B2B platforms that consistently submit Level 3 data on qualifying commercial card transactions can reduce interchange costs by 0.5% to 1.5% per transaction compared to standard downgraded rates—a saving that scales materially with volume. A business processing $10 million per year in commercial card receivables could recover $50,000 to $150,000 annually through proper data submission alone, with no changes to pricing or merchant fees.
Commercial Card Interchange Is Not Always Higher
A common misconception is that commercial cards always carry higher interchange than consumer cards. When Level 2/3 data is submitted correctly, commercial card rates can be lower than standard consumer credit card rates. The key variable is whether the merchant's payment stack actively passes the required enhanced data fields—most out-of-the-box payment gateways do not do this by default.
Commercial Card vs. Personal Credit Card
Commercial cards and personal credit cards share the same network infrastructure but diverge significantly across liability, data capabilities, controls, and cost structure. The distinction matters for issuers underwriting the product, for merchants optimizing interchange, and for finance teams building compliant expense workflows.
| Feature | Commercial Card | Personal Credit Card |
|---|---|---|
| Liability | Corporate entity (or shared) | Individual cardholder |
| Underwriting | Business credit and revenue | Personal credit score |
| Spend controls | MCC restrictions, transaction limits, real-time approvals | Credit limit only |
| Enhanced data | Level 2 and Level 3 fields available | Not applicable |
| Interchange tiers | Dedicated commercial tiers (lower with L3 data) | Standard consumer tiers |
| Reporting | ERP integration, cost-center coding | Basic monthly statement |
| Virtual card support | Native in most commercial programs | Limited or unavailable |
| Dispute resolution | B2B-specific timelines and documentation | Consumer chargeback framework |
Types of Commercial Card
Commercial cards are not a single product—they span several distinct categories, each optimized for a specific spending pattern. Choosing the right type affects spend controls, data reporting, and interchange qualification for the transactions you process.
Corporate Cards are issued to individual employees for travel and entertainment. Spend covers flights, hotels, meals, and client-facing costs. Corporate cards typically integrate with T&E platforms like Concur or Navan for automated receipt matching and policy enforcement.
Purchasing Cards (P-Cards) replace purchase orders and invoices for recurring procurement payments. A purchasing card lets buyers pay suppliers directly without cutting a check, reducing accounts payable cycle times from 30-plus days to near-instant settlement. P-cards are the highest-volume commercial card type by transaction count in most large enterprises.
Fleet Cards are restricted to fuel and vehicle maintenance purchases. They are widely used by logistics, transportation, and field service companies and often capture odometer readings and driver IDs as additional data fields for fleet reporting and policy enforcement.
Travel and Entertainment Cards sit between corporate cards and expense accounts, with category-level controls (travel MCCs only, no retail) and centralized billing to the corporate entity rather than the individual employee—useful for frequent travelers where personal reimbursement workflows are too slow.
Virtual Cards are single-use or vendor-locked card numbers provisioned programmatically via API. Virtual cards are the fastest-growing segment of commercial cards and are central to modern AP automation because each number maps to a specific payment obligation, making reconciliation automatic.
Ghost Cards assign a single card number permanently to a vendor or cost center rather than to an individual employee—useful for recurring subscription or utility payments where a fixed card-on-file is required and single-use virtual card logistics are impractical.
Best Practices
For Merchants
Accepting commercial cards correctly requires more than a standard payment integration. The goal is to qualify every eligible transaction for the lowest available interchange tier while managing the chargeback and dispute patterns that B2B payments bring.
- Submit Level 2 and Level 3 data on every eligible transaction. Confirm with your acquirer or payment orchestration layer that enhanced data fields are being passed during authorization and capture. Do not assume your gateway handles this by default—audit your integration explicitly.
- Verify your MCC assignment. Your merchant category code affects which interchange tier commercial card transactions qualify for. A misassigned MCC can result in paying consumer rates on commercial card spend. Audit this with your acquirer at least annually.
- Offer net terms alongside card acceptance. Large B2B buyers often prefer invoicing with net-30 or net-60 terms. Integrating commercial card acceptance as an option within an invoicing workflow expands your addressable buyer base without replacing existing AP processes.
- Keep B2B documentation accessible for disputes. Commercial card chargebacks often cite service not rendered or item not as described. Maintain delivery confirmation, contracts, and signed order records in a format that can be attached to dispute responses within the required window.
For Developers
Building payment infrastructure that handles commercial cards correctly requires attention to data schema, routing logic, and network-specific rules that do not apply to standard consumer card flows.
- Implement Level 3 data fields in your schema from the start. Retrofitting line-item detail fields into an existing payment payload is expensive. Design your data model to capture quantity, unit of measure, commodity code, and tax per line item at transaction creation time.
- Use a payment orchestration layer that supports commercial card routing. Some acquirers offer better commercial card rates or more robust Level 3 support than others. Orchestration lets you route by detected card type without rebuilding your integration for each acquirer.
- Detect card type at authorization time. Visa and Mastercard return a card type indicator in the authorization response. Use this to trigger Level 3 data submission only on eligible card types—submitting Level 3 fields on consumer cards is harmless but wastes overhead.
- Test with commercial card BINs in staging. Most test card suites default to consumer BINs. Request commercial card test BINs from your acquirer to validate your enhanced data pipeline before going live with B2B buyers.
Common Mistakes
Skipping enhanced data submission entirely. Merchants processing significant B2B volume leave tens of thousands of dollars in interchange savings on the table by defaulting to basic authorization data. The fix requires a one-time integration effort that typically pays back within months.
Conflating commercial card liability with personal guarantee. Some small-business card products carry personal liability for the owner despite being marketed as "business cards." True corporate liability commercial cards protect the individual entirely. Finance teams should confirm liability structure before distributing cards company-wide.
Applying consumer fraud rules to commercial card disputes. B2B commercial card disputes are governed by different timelines and documentation requirements than consumer chargebacks. Merchants who respond with consumer-oriented evidence packages often lose disputes they would otherwise win.
Ignoring MCC-level spend controls in B2B checkout flows. If your platform accepts commercial cards from buyer employees, their card programs may have MCC restrictions that block certain transaction types. Build clear error messaging for MCC declines so buyers understand the issue is a card policy, not a failure on your platform.
Treating virtual commercial cards like reusable card-on-file tokens. Virtual cards generated for a single invoice have a fixed expiration date and often a fixed authorized amount. Attempting to charge them for a different amount or after expiration will result in a decline. Your billing system must enforce these constraints during payment execution.
Commercial Card and Tagada
Tagada's payment orchestration layer handles the complexity of commercial card acceptance at scale. Because commercial cards require enhanced data submission, acquirer-specific routing, and real-time card type detection, a single-acquirer or generic gateway integration consistently fails to capture available interchange savings.
Tagada automatically detects commercial card BINs at authorization and triggers Level 2/Level 3 data submission to the appropriate acquirer—no custom data pipelines required. Routing logic also selects the acquirer with the most favorable commercial card terms for each transaction, compounding savings across high-volume B2B payment flows. For platforms serving enterprise buyers, this means every eligible commercial card transaction qualifies for the best available rate without per-acquirer integration work.