All Workflows

Supplier Master De-Dup & KYC Enrichment

GSTIN checksum + PAN–GSTIN linkage + shared bank-account fraud detection — vendor master KYC automation in under 30 seconds per file.

Live demo Upload your vendor master CSV or Excel — see Cadel validate every GSTIN, PAN, and bank account and surface all exceptions in seconds.

The Problem

For most mid-market companies running 50–500 active vendors, the vendor master KYC file is a manually maintained spreadsheet that accumulates compliance defects across every new-supplier onboarding cycle.

ITC at risk from broken PAN–GSTIN linkage

A 15-character GSTIN embeds the supplier's PAN at characters 3–12. When characters 3–12 in the GSTIN do not match the PAN on file, the vendor record is structurally invalid. Under Section 16(2)(aa) of the CGST Act, 2017, Input Tax Credit can only be claimed on purchases from validly registered suppliers — a mismatched record is a disqualifying defect that most ERP validation rules never check.

Ghost vendors hidden behind duplicate PANs

The same PAN appearing under two distinct vendor codes is a textbook indicator of a fictitious-supplier scheme. Finance controllers running 200+ vendor records cannot reliably perform cross-row PAN deduplication using VLOOKUP — the very check that ICAI SA 240 (The Auditor’s Responsibilities Relating to Fraud) identifies as a key fraud-risk control in accounts payable master data.

Shared bank accounts evade manual review

A single bank account number appearing under two vendor codes can cause payments to reach a non-intended beneficiary — a disbursement-fraud vector flagged by the RBI Master Direction on KYC (2023) for mandatory payment-instrument verification. A shared bank account only surfaces if someone performs a cross-vendor sort; no ERP natively runs this check at onboarding time.

NEFT/RTGS failures from malformed IFSCs

RBI prescribes a strict 11-character IFSC format: four uppercase letters identifying the bank, a literal 0 at position 5, and six alphanumeric characters for the branch. A malformed IFSC like ACMEXXX1234 causes NEFT/RTGS payment return codes and delays working-capital cycles — yet no ERP natively applies the RBI format rule at vendor-master entry time.

2–3 days

The quarterly cost of manual supplier master cleanup for a finance controller at a 200-vendor mid-market company — pulling records, running VLOOKUP-based duplicate checks, and verifying GSTIN checksums against GSTN format documentation. The same work that manual review misses the PAN–GSTIN linkage break and the shared-bank-account class entirely, catching them only at forensic audit, by which point payments may already have been released.

Why It Matters: Regulatory Framework

Four overlapping legal obligations make supplier master hygiene a compliance requirement, not just a data-quality exercise. Each creates a distinct liability when a vendor record is defective.

Section 16(2)(aa) · CGST Act 2017

ITC eligibility depends on valid GSTIN

Input Tax Credit is only available on purchases from suppliers who are validly registered and whose GSTR-1 reflects the supply. A vendor record whose GSTIN fails the PAN-linkage check or the base-36 Luhn checksum is not a valid registration — any ITC claimed against it is reversible under a GSTN mismatch notice, with interest under Section 50.

Section 206AA · Income Tax Act 1961

Invalid PAN triggers 20% TDS rate

Where a vendor's PAN is absent, structurally invalid (failing the 5-letter + 4-digit + 1-letter pattern), or does not match the PAN on the GSTN registry, Section 206AA mandates a higher TDS deduction of 20% instead of the applicable treaty or slab rate. A malformed PAN in the vendor master silently inflates TDS costs until corrected.

RBI Master Direction on KYC · 2023 Update

Payment instrument verification is mandatory

The RBI’s updated KYC directions require companies to verify the identity and bank details of counterparties as part of payment-instrument onboarding. Bank-account deduplication across the vendor master is a direct implementation of this requirement — a shared account under two vendor codes is a flagged anomaly, not merely a data-quality error.

ICAI SA 315 · Identifying Risks of Misstatement

Vendor master controls must be documented

Under SA 315, the external auditor must evaluate whether the entity’s AP controls — including vendor master maintenance — are designed and operating effectively. An exception working paper that logs each validation rule, the observed value, the expected pattern, and the resolution status is exactly the evidence the auditor needs to conclude that supplier master controls operated for the period.

What This Workflow Automates

Seven deterministic validation passes from raw vendor master CSV to cleaned master plus exception working paper — in under 30 seconds for a file of up to 500 vendor records.

01

Ingest & parse vendor master

Accepts the vendor master as CSV or Excel — as exported natively by Tally Prime, SAP Business One, Oracle NetSuite, or Microsoft Dynamics 365. Parses every row into structured fields: vendor_code, legal_name, pan, gstin, bank_account, ifsc, address, and msme_status. Raises a FAIL immediately if the file has no data rows.

02

PAN format validation

Validates every PAN against the Income Tax Department’s prescribed pattern: five uppercase letters, four digits, one uppercase letter (e.g. ACMEA1234B). Any deviation — wrong length, lowercase characters, digits in the wrong position — raises a FAIL-severity pan_format exception with the observed value and expected pattern logged for the exception working paper.

03

GSTIN structure & checksum

Runs two independent checks: structural validation (15 characters, two-digit numeric state code at positions 1–2, literal Z at position 14) and base-36 Luhn checksum at position 15. Reporting them as separate exception classes means a correct-structure-but-wrong-checksum GSTIN is reported distinctly from a malformed one — helping the vendor correct the right character.

04

PAN–GSTIN linkage check

Extracts characters 3–12 from each vendor’s GSTIN and compares them byte-for-byte against the pan field. A mismatch raises a FAIL-severity pan_gstin_linkage exception for that vendor code, logs both the embedded PAN (from the GSTIN) and the declared PAN side-by-side, and prevents the record from entering the cleaned master export.

05

IFSC format validation

Validates each IFSC against the RBI-prescribed rule: four uppercase letters identifying the bank, a literal 0 at position 5, and six alphanumeric characters identifying the branch. Entries like ACMEXXX1234 — with non-zero characters at position 5 or incorrect length — are flagged with a position-level violation message that the AP team can forward to the vendor for correction.

06

Cross-vendor deduplication

Runs three independent deduplication scans across the entire uploaded file: exact PAN match across different vendor codes (duplicate_pan_detection), fuzzy legal-name similarity scoring above 85% threshold, and exact bank-account-plus-IFSC match (shared_bank_account). All implicated vendor codes are linked in the exception record — not just the second occurrence.

07

Exception working paper export

Produces two output artifacts: a cleaned master Excel file containing only records that passed all six validation rules, and a structured exception working paper listing each failed vendor code, the specific rule violated (e.g. pan_gstin_linkage, duplicate_pan_detection), the observed value, the expected format or cross-reference, and a FAIL/WARNING severity badge for AP team triage — ready to attach to the period-close audit file.

Edge Cases We Simulate

A battery of synthetic test scenarios that exercise every failure mode seen in real-world vendor master data. Each scenario produces a deterministic outcome an auditor or controller can verify in seconds.

Clean Baseline — All Rules Pass

InputV100245 (Acme Corp Ltd) — PAN ACMEA1234B, GSTIN 27ACMEA1234B1Z5, unique bank account, well-formed IFSC ACME0001234. No name collision.
Expected outcomeAll seven validation rules pass; record is written directly to the cleaned master export with zero exceptions raised.

PAN–GSTIN Linkage Broken

What’s wrongV100246 (Acme Corp Limited) carries PAN ACMEA1234B but GSTIN 27ACMEB9999B1Z3 — characters 3–12 embed a different PAN (ACMEB9999B). The GSTIN format rule is violated.
Expected outcomeFAIL-severity pan_gstin_linkage exception for V100246; both PANs surfaced side-by-side; record excluded from cleaned master.

Duplicate PAN Across Vendor Codes

What’s wrongV100247 (Acme Corp — Bhopal Unit) carries PAN ACMEA1234B, identical to V100245. The same PAN under two vendor codes risks duplicate ITC claims under Section 16 of the CGST Act.
Expected outcomeFAIL-severity duplicate_pan_detection exception; both V100245 and V100247 linked in the exception working paper; V100247 flagged for AP review before payments process.

Shared Bank Account — Fraud Red Flag

What’s wrongV100248 (Acme Corp Pvt Ltd) carries bank account ACMEXXX1234 and IFSC ACME0001234, both already registered under V100245. This is a recognised disbursement-fraud indicator per RBI KYC guidelines.
Expected outcomeFAIL-severity shared-bank-account exception; both V100245 and V100248 marked in the exception inbox; automated payment release for V100248 blocked pending controller sign-off.

Malformed IFSC Code

What’s wrongV100249 (Acme Corp LLP) has IFSC ACMEXXX1234 — position 5 is ‘X’ instead of the mandatory ‘0’, violating the RBI 11-character format rule.
Expected outcomeFAIL-severity ifsc_format exception with a position-level violation message (‘position 5 must be 0’); record excluded from cleaned master.

GSTIN Checksum Failure

What’s wrongA vendor record carries a GSTIN whose 15th character fails the base-36 Luhn verification — it passes the structural length and state-code checks, but the check digit is wrong.
Expected outcomeFAIL-severity gstin_checksum exception raised independently of all other GSTIN checks; expected versus actual check character reported to facilitate vendor correction.

Sample Documents

Five seeded vendor master files — each engineered to exercise a different exception class. One passes cleanly; four trigger FAIL-severity flags. Upload any of them to see the exact exception working paper the workflow produces.

Vendor Master · Clean baseline
All rules pass

vendor_master_clean.xlsx

V100245 — Acme Corp Ltd · PAN ACMEA1234B · GSTIN 27ACMEA1234B1Z5
Vendor rows1single record
Exceptions0zero raised
Cleaned master1 rowexported

Demonstrates the clean-pass baseline: valid PAN format, correctly linked GSTIN, unique bank account, and well-formed IFSC. Confirms the pipeline produces no false-positive exceptions on correctly formed records.

Vendor Master · PAN–GSTIN mismatch
1 exception

vendor_master_pan_gstin_mismatch.xlsx

V100246 — Acme Corp Limited · PAN ACMEA1234B ≠ GSTIN chars 3–12 ACMEB9999B
Exception classpan_gstin_linkageFAIL severity
ITC riskYesSec 16(2)(aa)
Cleaned master0 rowsexcluded

The PAN embedded in characters 3–12 of the GSTIN (ACMEB9999B) differs from the declared PAN (ACMEA1234B). The workflow surfaces both values side-by-side so the AP team can determine whether the GSTIN or the PAN was keyed incorrectly.

Vendor Master · Duplicate PAN
1 exception

vendor_master_duplicate_pan.xlsx

V100247 — Acme Corp — Bhopal Unit · PAN ACMEA1234B already on V100245
Exception classduplicate_panFAIL severity
Codes linked2V100245 + V100247
Fraud riskHighghost vendor

Demonstrates the cross-vendor PAN deduplication rule — both implicated vendor codes are listed in the same exception record, allowing the AP team to confirm whether V100247 is a legitimate branch registration or a fictitious entity.

Vendor Master · Shared bank account
1 exception

vendor_master_shared_bank_account.xlsx

V100248 — Acme Corp Pvt Ltd · Account ACMEXXX1234 / IFSC ACME0001234 = V100245
Exception classshared_bankFAIL severity
RBI flagYesKYC direction
Payment blockAutopending sign-off

The most operationally significant scenario — a shared bank account is the exception class that manual spot-checks most reliably miss, because it requires a cross-row comparison rather than a within-row format check. The workflow surfaces it automatically.

Sample Results

Running all five demo vendor master files through the workflow produced results across four distinct exception classes from five vendor records (V100245 through V100249). The clean-baseline record — V100245 (Acme Corp Ltd), PAN ACMEA1234B, GSTIN 27ACMEA1234B1Z5, IFSC ACME0001234 — passed all seven validation rules with zero exceptions, confirming that a correctly formed record traverses the pipeline without false positives.

Across the four exception-bearing records, the workflow raised four FAIL-severity findings: one pan_gstin_linkage failure on V100246 (characters 3–12 of GSTIN 27ACMEB9999B1Z3 embed PAN ACMEB9999B rather than the declared PAN ACMEA1234B); one duplicate_pan_detection pairing V100247 against V100245 (same PAN ACMEA1234B under two distinct vendor codes); one shared_bank_account flag pairing V100248 against V100245 (bank account ACMEXXX1234 + IFSC ACME0001234 duplicated exactly); and one ifsc_format failure on V100249 for IFSC ACMEXXX1234 (position 5 is ‘X’ rather than the mandatory literal ‘0’).

The most operationally significant finding was the shared-bank-account exception: vendor V100248 (Acme Corp Pvt Ltd) carried bank account ACMEXXX1234 and IFSC ACME0001234, values already registered to V100245. This is the exception class that manual spot-checks most reliably miss, because it requires a cross-row comparison rather than a within-row format check — precisely the indicator that RBI KYC guidelines and ICAI SA 240 identify as a fraud-risk signal in AP master data.

All four exceptions were surfaced in the structured exception working paper within 18 seconds of file upload, with each failing vendor code, the specific rule violated, the observed value, the expected pattern, and the FAIL severity badge fully populated — ready to attach to the Q1 2026 period-close audit file without any additional annotation by the AP team.

Why Automation Wins Here

Compared to a manual review cycle that requires two to three days of AP analyst time per quarter, Cadel’s vendor master KYC automation completes the same seven-rule validation pass and cross-vendor deduplication scan in under 30 seconds — catching the exception classes that manual review structurally cannot.

2–3 days → 30 s
Per-quarter controller time for vendor master cleanup on a 200-vendor file
98%
Reduction in analyst hours allocated to vendor-data hygiene per quarter
100%
Cross-vendor coverage — every shared PAN and shared bank account caught, not just within-row format checks
0
False-positive exceptions on correctly formed vendor records in the clean-baseline test

ITC protected at source

The PAN–GSTIN linkage check and the GSTIN Luhn checksum catch the structural defects that cause ITC denial under Section 16(2)(aa) of the CGST Act and GSTN mismatch notices — before a payment run releases funds to a vendor with an invalid registration. Fixing the defect in the vendor master costs a five-minute correction; defending an ITC reversal in a GSTN notice costs significantly more in compliance time.

Fraud indicators caught automatically

The shared-bank-account and duplicate-PAN scans run across the entire uploaded file in a single pass — not row by row. These are the two exception classes that a VLOOKUP-based manual review structurally misses, and the two that ICAI SA 240 and RBI KYC directions specifically flag as disbursement-fraud indicators. Automated detection means the AP team only reviews confirmed anomalies, not noise.

Audit-ready exception working paper

Every run produces a structured exception working paper documenting each failed vendor code, the specific rule violated, the observed value, the expected pattern, and the severity level — giving an internal auditor everything needed under ICAI SA 315 without any manual reformatting. Controllers can attach the working paper to the period-close package as evidence that vendor master controls operated effectively for the reporting period.

Frequently Asked Questions

The questions AP controllers and internal auditors ask most often before deploying vendor master KYC automation.

Which Indian regulatory standards or tax provisions make supplier master hygiene a compliance requirement?

Section 16(2)(aa) of the CGST Act conditions Input Tax Credit eligibility on the supplier being a validly registered taxpayer with a correctly structured GSTIN. A vendor record carrying a structurally invalid or PAN-mismatched GSTIN can cause ITC reversals during GSTR-2B reconciliation. Additionally, RBI’s Master Direction on KYC (updated 2023) and the Prevention of Money Laundering Act (PMLA) require companies to verify the identity and bank details of counterparties, making bank-account deduplication a compliance obligation rather than just a data-quality exercise.

How does the workflow detect the same supplier registered under two different vendor codes?

The workflow runs three independent deduplication checks across the entire uploaded vendor master: exact PAN match across different vendor codes, fuzzy legal-name similarity scoring to catch variants like ‘ACME’ vs ‘Acme Corp Ltd’, and exact bank-account-plus-IFSC match. A shared PAN across two vendor codes always produces a FAIL-severity exception regardless of name variation, because PAN is the canonical legal identity under the Income Tax Act, 1961. All implicated vendor codes are linked in the same exception record.

What is the PAN–GSTIN linkage rule and why does it matter?

Under the GSTN numbering scheme, a 15-character GSTIN is structured as: 2-digit state code + 10-character PAN + 1-digit entity number + ‘Z’ + 1-digit Luhn checksum. Characters 3–12 must therefore exactly equal the taxpayer’s PAN. When a vendor record carries a PAN and a GSTIN that embed different PANs, it indicates either a data-entry error or a deliberately mismatched identity — both of which invalidate ITC claims and trigger GSTN mismatch notices. Most ERP vendor-master validation rules confirm GSTIN length but not the inter-field PAN linkage.

Does this workflow integrate with Tally, SAP, or other ERPs used by mid-market companies?

The workflow accepts the vendor master as a standard CSV or Excel file, which every major ERP — including Tally Prime, SAP Business One, Oracle NetSuite, and Microsoft Dynamics 365 — can export natively. The cleaned master and exception working paper are returned as Excel files that can be re-imported using each system’s vendor-master import template, with no API integration required at the validation stage.

What audit trail does the workflow produce for the AP team or an internal auditor?

For every vendor record processed, the workflow logs the specific validation rule triggered, the observed value, the expected format or cross-reference value, and a FAIL or PASS status. The exception working paper exports all flagged records with this detail, creating a documented basis for auditor review under ICAI SA 315 (Identifying and Assessing Risks of Material Misstatement) and supporting evidence for internal control testing under a Procure-to-Pay control framework. Controllers can attach the working paper to the period-close package without reformatting.

Can the workflow handle multi-entity vendor masters where the same supplier appears across different legal entities?

Yes. If the uploaded vendor master includes a legal-entity or company-code column alongside the vendor code, the deduplication logic treats cross-entity shared bank accounts as a higher-risk flag than within-entity duplicates, since cross-entity payment redirection is a recognised disbursement-fraud vector. PAN-level deduplication is applied globally across all entities in the file, while GSTIN validation accounts for the fact that the same PAN may legitimately carry different GSTINs in different states (different state codes at positions 1–2).

Does the workflow perform live Aadhaar e-KYC or only document parsing?

This workflow performs deterministic document-layer KYC: it validates the structural and cross-field integrity of identity numbers (PAN, GSTIN, IFSC) already present in the vendor master file. It does not initiate live Aadhaar e-KYC API calls or real-time GSTN registry lookups — it is designed to be run offline on any vendor master export, with no external API dependency required. Organizations that require live GSTN registry verification can combine this workflow with an API-based GSTN lookup step in their AP workflow stack.

How does the workflow handle vendors with multiple GSTINs across different states?

A single PAN legitimately maps to multiple GSTINs — one per state of registration. The workflow treats each vendor-code row independently: a shared PAN across two distinct vendor codes is a FAIL, but the same PAN appearing with state code 27 (Maharashtra) and state code 29 (Karnataka) GSTINs under two different vendor codes in a multi-state setup is expected and can be whitelisted by the AP team in the exception review step. The PAN–GSTIN linkage check still validates that each GSTIN embeds its own row’s PAN correctly, regardless of how many states a supplier is registered in.