Rivane

Accounting
made smart

Tax Operations / Information Reporting

The 2026 1099 reset gives AP teams a filing-ready vendor data model.

The IRS transition around 2026 information returns gives finance teams a useful opening: turn vendor tax data from year-end cleanup into an operating workflow. The payoff is practical. AP gets cleaner vendor onboarding, tax gets stronger filing evidence, controllers get fewer January surprises, and ERP buyers get a sharper standard for evaluating AP automation.

Thesis: 1099 readiness should be designed into the AP data model.

For many finance teams, information reporting still feels like a January project: export AP payments, clean vendor names, chase W-9s, investigate TIN mismatches, reconcile payment methods, create recipient statements, submit files, and handle corrections. That rhythm works until a filing channel changes, thresholds move, new fields appear, or a mismatch notice exposes weak vendor data.

The 2026 cycle is a good moment to improve the design. The IRS says FIRE will retire after 2026 for information returns, with IRIS as the intake path beginning January 1, 2027. The 2026 general instructions also describe several operating changes that affect data capture, including separate address fields, changes to Forms 1099-MISC and 1099-NEC for cash tips and overtime compensation, continuing Form 1099-K rules, and higher payment thresholds for some returns after 2025.

The opportunity is a better operating model. If vendor tax certification, TIN matching, payment classification, withholding state, threshold calculations, filing acknowledgments, and corrections are controlled inside the ERP workflow, information reporting becomes a live AP control instead of a late-period reconstruction exercise.

The operating model: from vendor evidence to accepted return.

1099 ERP filing readiness modelVendor tax evidence, payment facts, withholding states, IRIS filing packages, and corrections move through one ERP control model.VendorW-9 + TINPaymentTax factThresholdYTD viewWithholdB notice statePackageIRIS-readyCorrectTraceable fixCorrections improve the vendor tax profileEach rejected return, B notice, or corrected statement updates the controlled master record.
The strongest 1099 workflow starts before payment and keeps filing evidence close to the ERP facts.
StepWhat happensEvidence to retain
Onboard vendorCollect a current W-9 or equivalent tax certification before the vendor becomes payment-eligible.Signed certification, legal name, tax classification, TIN, address, exemption codes, collection channel, approver.
Validate identityRun TIN matching where available and store the result as a dated control event instead of a note in the vendor record.TIN match request, result, user, timestamp, vendor master version, remediation ticket if failed.
Classify paymentsMap each payment type to its information-return treatment before disbursement, including service fees, rents, legal payments, medical payments, prizes, tips, overtime fields, and card or third-party settlement exclusions.Payment classification rule, GL account, item category, tax box, exemption reason, policy version.
Accumulate thresholdsMaintain year-to-date reportable payment facts by payer, payee, form, box, tax year, payment method, and withholding state.Threshold snapshot, source payments, voids, refunds, adjustments, card-payment exclusion evidence.
Apply withholdingTrigger backup withholding when a missing or incorrect TIN, failed certification, or B notice requires it.Withholding decision, rate, effective date, notice, vendor communication, payment impact, release approval.
File through IRISCreate a filing package that can be submitted through the IRIS Taxpayer Portal or application-to-application path.Submission manifest, transmitter control code, XML or portal export, acknowledgment, accepted and rejected records.
Correct and closeTreat corrections as controlled finance events tied back to the original filing and vendor master state.Original return ID, corrected values, reason code, approval, recipient notice, IRS acknowledgment, close sign-off.

Control design starts at vendor onboarding and carries through filing.

The Form W-9 requester instructions explain that a requester uses the form to obtain a payee's TIN and certification. In ERP terms, a W-9 is evidence behind controlled vendor facts: legal name, entity type, address, TIN, exemption claims, and backup-withholding readiness.

TIN matching is the next control. The IRS TIN matching program allows authorized payers to validate name and TIN combinations before filing. For AP teams, the better pattern is to run that check during onboarding and material changes, then store the outcome as a versioned event. A pass, failure, or unresolved exception should shape payment eligibility and filing readiness.

Vendor tax profile

Keep legal name, DBA, TIN, tax classification, address, exemption status, W-9 evidence, TIN match state, and withholding state in one governed object.

AP can see filing readiness before payment approval.

Payment tax coding

Attach 1099 treatment to payment facts through rules that use vendor type, spend category, payment method, jurisdiction, and exception approvals.

Tax can rely on controlled payment facts instead of reverse-engineering reportability from GL exports.

Threshold snapshots

Calculate reportability with period snapshots that preserve the source payment set and the rule version used at the time.

Controllers can explain vendor inclusion, exclusion, and form outcomes.

Withholding gate

Block or route payments when certification, TIN match, or B notice state requires backup withholding.

The control applies before cash leaves and before January cleanup.

IRIS package control

Generate filing packages from the same approved records used for recipient statements and close review.

Accepted, rejected, and corrected returns stay traceable.

Correction workflow

Require reason codes, reviewer approval, recipient communication, and IRS acknowledgment for each correction.

Corrections become auditable finance events instead of ad hoc rework.

IRIS readiness is a data-contract exercise.

IRIS gives filers two practical paths: the Taxpayer Portal for smaller or manual workflows, and application-to-application for transmitters that want an XML-based integration. The right choice depends on filing volume, partner strategy, internal engineering capacity, and the cost of corrections. The design principle is the same in either case: generate the filing package from approved ERP records instead of a one-off spreadsheet.

That requires more than totals. The data contract should carry payer, payee, form, box, amount, withholding, address fields, tax year, source payments, replacement or correction status, and an acknowledgment loop. When a record is rejected or corrected, the workflow should update the vendor tax profile and payment facts to reduce repeat exceptions next year.

Filing evidence example

{
  "iris_submission_package_id": "iris_2026_nec_us_0042",
  "tax_year": 2026,
  "payer": {
    "legal_name": "Rivane Example Co.",
    "tin_token": "tin_tok_payer_71b8",
    "transmitter_control_code": "iris_tcc_active"
  },
  "payee": {
    "vendor_id": "ven_10428",
    "legal_name": "North Ledger Advisory LLC",
    "tin_match": {
      "status": "matched",
      "checked_at": "2026-08-17T15:42:00Z",
      "source": "irs_tin_matching"
    },
    "w9_evidence_id": "doc_w9_ven_10428_v2"
  },
  "return": {
    "form": "1099-NEC",
    "box": "nonemployee_compensation",
    "amount": 18420.00,
    "backup_withholding": 0.00,
    "source_payment_ids": ["ap_pay_811", "ap_pay_944", "ap_pay_1208"]
  },
  "review": {
    "prepared_by": "ap_tax_ops_01",
    "reviewed_by": "controller_02",
    "approved_at": "2027-01-19T18:12:00Z"
  },
  "irs_acknowledgment": {
    "status": "accepted",
    "received_at": "2027-01-20T09:31:00Z"
  }
}

The durable data objects are small, but they need clear ownership.

A strong 1099 workflow can start with a compact model. The key is to keep vendor tax facts, payment facts, filing packages, notices, and corrections connected. If tax operations has to join three exports to answer why a vendor was included, excluded, withheld, corrected, or rejected, the ERP design is leaving operating leverage on the table.

vendor_tax_profile

tax_certification_document

tin_match_check

reportable_payment_fact

threshold_snapshot

backup_withholding_state

b_notice_case

recipient_statement_batch

iris_submission_package

information_return_correction

The ownership model should be explicit. AP owns payment facts and vendor operational status. Tax owns reportability rules, form mapping, thresholds, and corrections. The controller owns close review, evidence completeness, and financial-statement implications of withholding liabilities or accruals. IT or ERP operations owns access, integration reliability, and change control.

Audit evidence should answer the questions reviewers actually ask.

The IRS B notice process exists because filed information returns can contain missing, incorrect, or not-issued TINs. That is a concrete evidence problem for finance operators. When a notice arrives, the team should be able to see the vendor master version, certification evidence, TIN match history, payment set, withholding decision, recipient communication, and correction status without rebuilding history.

Form 1099-K adds another recurring reconciliation challenge. IRS FAQs explain that payment settlement entities report certain payment card and third-party network transactions. AP and tax teams therefore need payment-method evidence so they can avoid duplicative reporting and explain exclusions. This is where ERP design pays off: payment rail, processor, merchant category, settlement path, and source invoice can be ordinary facts in the payment record.

Implementation checklist.

  1. Inventory every current 1099 data source: ERP vendor master, AP ledger, expense system, payroll-adjacent systems, legal billing tools, procurement cards, payment processors, spreadsheets, and prior-year filing software.
  2. Define one vendor tax profile object and make W-9 evidence, TIN, legal name, address, exemption status, and backup withholding state mandatory for payment eligibility where policy requires it.
  3. Map spend categories and payment methods to form and box outcomes before the first payment is posted, including a clear treatment for card and third-party settlement organization payments that may appear on Form 1099-K.
  4. Build a year-to-date reportable payment fact table that can answer payer, payee, form, box, tax year, payment method, source transaction, adjustment, and withholding questions without spreadsheet joins.
  5. Add a TIN matching work queue for new vendors, changed TINs, name changes, and unresolved prior-year mismatch notices.
  6. Design B notice and backup withholding states as workflow states with effective dates, notices, vendor outreach, payment impact, and release evidence.
  7. Decide whether the 2027 filing season will use the IRIS Taxpayer Portal, IRIS application-to-application, or a filing partner, then test the data contract well before January.
  8. Create recipient-statement, IRS-filing, correction, and close-review evidence packets from the same approved records.

Constructive failure modes to design around.

W-9s are stored as attachments only

Extract the controlled facts into the vendor tax profile and keep the attachment as evidence. Searchable data should drive payment gates and filing output.

TIN matching happens once a year

Move matching into onboarding and change management so January review becomes exception cleanup after earlier discovery.

Payment method is ignored

Preserve ACH, wire, check, card, virtual card, and third-party settlement facts because information-return treatment can depend on the payment rail.

Threshold rules are hard-coded in exports

Version the rules and store snapshots so future threshold changes can be tested without rewriting filing history.

Corrections bypass approvals

Route corrections through the same evidence model as original filings, with a visible link to the original return and recipient communication.

IRIS is treated as a year-end portal

Use the transition to define a durable ERP-to-filing interface, even when the first year still uses a portal upload or filing partner.

Questions for ERP and AP automation vendors.

A useful vendor demo should cover invoice capture, payment approval, and the tax evidence behind the payment. Ask whether the product can produce a filing-ready record without finance exporting the problem into a spreadsheet.

Can vendor onboarding block payment eligibility until tax certification, TIN, address, and withholding states satisfy policy?

Can the ERP store TIN match attempts and results as auditable events tied to vendor master versions?

Can payment facts preserve reportable amount, payment method, form, box, tax year, payer, payee, withholding, and source transaction lineage?

Can the reporting layer distinguish reportable vendor payments from card or third-party-settled transactions that may be reported through Form 1099-K?

Can a filing package be regenerated from approved ERP records with the same totals used for recipient statements and controller review?

Can corrections link to original return IDs, prior values, reason codes, recipient notices, approvals, and IRS acknowledgments?

The practical path forward.

The best 2026 1099 project starts with a vendor tax data inventory before filing vendor comparison. Find every place where a W-9, TIN, vendor name, tax classification, payment method, reportable amount, withholding decision, and correction currently lives. Then decide which of those facts belongs in the ERP control model.

From there, the target architecture is straightforward: collect certification before payment eligibility, validate TINs during onboarding, classify payments at posting, maintain threshold snapshots, route withholding exceptions, generate IRIS-ready packages from approved records, and feed corrections back into the vendor profile. The result is faster filing confidence and a finance workflow that makes information reporting easier to trust.

Sources

Public source links used for the article. Credible public X posts were unavailable for this topic, and the IRS primary guidance provided the operating evidence.