SARS Testing Tools
Generate valid South African tax reference numbers for testing — SA ID, Income Tax, Company Reg, PAYE, UIF, SDL.
As of June 2026, SARS Testing Tools has 33 users and a 4.00/5 rating from 1 reviews in the Developer Tools category.
Usersup 57.1 percent+57.1%
33
33
Ratingno change0%
4.00
1 reviews
Reviewsno change0%
1
Version
1.1.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.
History
7 snapshotsTracking since Apr 3, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 3, 2026 | 21 | — | — | 1.0.0 |
| Apr 17, 2026 | 20 | — | — | 1.0.0 |
| Apr 27, 2026 | 22 | — | — | 1.0.0 |
| May 10, 2026 | 23 | — | — | 1.0.0 |
| May 16, 2026 | 29 | — | — | 1.0.0 |
| Jun 4, 2026 | 30 | — | — | 1.0.0 |
| Jun 9, 2026 | 31 | 4.00 | 1 | 1.1.0 |
| Now | 33 | 4.00 | 1 | 1.1.0 |
Changelog
- Jun 4, 2026description
Generate valid South African Revenue Service reference numbers for systems testing. SARS Testing Tools is a lightweight Chrome extension that generates structurally valid South African tax-related reference numbers. Built for QA testers, developers, and anyone who needs realistic test data for South African financial and tax systems. What it generates - SA ID Numbers: 13-digit identity numbers with correct Luhn check digits. Configure date of birth range, gender (male/female/any), and citizenship status (SA citizen/permanent resident). - Income Tax Numbers: 10-digit personal income tax reference numbers with valid SARS Modulus 10 check digits. Filter by starting digit (0, 1, 2, 3, or 9). - Company Registration Numbers: Formatted as YYYY/NNNNNN/XX with 14 supported type codes including Pty Ltd (07), Ltd Public (08), Close Corporation (10), Co-operative (24), and more. Configure year range and type code. - PAYE Reference Numbers: 10-digit Pay As You Earn reference numbers with valid check digits. Filter by starting digit (0, 1, 2, 3, 7, or 9). - UIF Reference Numbers: Unemployment Insurance Fund numbers in the format U + 9 digits with valid SARS Modulus 10 check digits. - SDL Reference Numbers: Skills Development Levy numbers in the format L + 9 digits with valid SARS Modulus 10 check digits. Features - Clean tabbed interface: switch between all six generators instantly - Configurable filters: date ranges, gender, citizenship, starting digits, company type codes - Batch generation: generate 1, 5, 10, or 25 numbers at a time - One-click copy: copy individual results or all results at once - Correct validation: all check digits are computed using the same algorithms used in production tax systems (Luhn for SA IDs, SARS Modulus 10 for tax numbers) - No network requests: everything runs locally in your browser - No data collection: your generated numbers are never sent anywhere Who is this for? - QA testers validating South African tax and financial systems - Developers building applications that accept SA tax reference numbers - Anyone who needs structurally valid test data without using real personal information Validation algorithms SA ID numbers use the standard Luhn algorithm. The 13th digit is a check digit computed over the first 12 digits, matching the validation used by the South African Department of Home Affairs. Income Tax, PAYE, UIF, and SDL numbers use the SARS Modulus 10 algorithm: digits at even positions are doubled (subtract 9 if the result exceeds 9), all values are summed, and the check digit is (10 - sum mod 10) mod 10. For PAYE, UIF, and SDL numbers, the first character is substituted with 4 before computing the check digit. Company Registration numbers follow the YYYY/NNNNNN/XX format with valid type codes as defined by CIPC. Important disclaimer All generated numbers are for testing purposes only. They are structurally valid but do not correspond to real individuals, companies, or tax registrations. Do not use them for fraud, misrepresentation, or any unlawful purpose. Open source This extension is open source under the MIT license. Contributions and feedback are welcome on GitHub (https://github.com/penkin/SARS-Testing-Tools-Browser-Extension)
Generate valid South African Revenue Service reference numbers — and paste them straight into your test forms. SARS Testing Tools is a lightweight Chrome extension that generates structurally valid South African tax-related reference numbers. Built for QA testers, developers, and anyone who needs realistic test data for South African financial and tax systems. What it generates - SA ID Numbers: 13-digit identity numbers with correct Luhn check digits. Configure date of birth range, gender (male/female/any), and citizenship status (SA citizen/permanent resident). - Income Tax Numbers: 10-digit personal income tax reference numbers with valid SARS Modulus 10 check digits. Filter by starting digit (0, 1, 2, 3, or 9). - Company Registration Numbers: Formatted as YYYY/NNNNNN/XX with 14 supported type codes including Pty Ltd (07), Ltd Public (08), Close Corporation (10), Co-operative (24), and more. Configure year range and type code. - PAYE Reference Numbers: 10-digit Pay As You Earn reference numbers with valid check digits. Filter by starting digit (0, 1, 2, 3, 7, or 9). - UIF Reference Numbers: SARS-issued Unemployment Insurance Fund numbers in the format U + 9 digits with valid SARS Modulus 10 check digits. - SDL Reference Numbers: Skills Development Levy numbers in the format L + 9 digits with valid SARS Modulus 10 check digits. - Labour UIF Numbers: Department of Labour–issued UIF reference numbers in the format NNNNNNN/N with a valid weighted check digit. Distinct from the SARS UIF reference above — many South African employer forms ask for both. Features - All view: open the popup and see one freshly-generated value for every reference type in a single panel. Click "Regenerate All" to refresh the whole set, or regenerate a single row with one click. - Paste into forms: with "Paste All in form" or per-row Paste buttons, the extension fills matching fields on the active web page using label, placeholder, name, and aria-label heuristics. Existing values you've already typed are never overwritten. Works with React, Vue, and Angular forms via native event dispatch. The popup reports exactly which fields were filled and which weren't found. - Coherent employer identifiers: in the All view, PAYE, UIF, and SDL share a common body so the three values stay consistent — useful when testing employer-registration forms that validate consistency across these fields. - Clean tabbed interface: tabs are sorted alphabetically and auto-generate fresh values the moment you select them. - Configurable filters: date ranges, gender, citizenship, starting digits, company type codes. - Batch generation: generate 1, 3, 5, 10, or 25 numbers at a time per type. - One-click copy: copy individual results or all results at once. - Correct validation: all check digits are computed using the same algorithms used in production tax systems. - No network requests: everything runs locally in your browser. - No data collection: your generated numbers are never sent anywhere. Who is this for? - QA testers validating South African tax and financial systems - Developers building applications that accept SA tax reference numbers - Anyone who needs structurally valid test data without using real personal information Permissions - clipboardWrite: needed for the Copy and Copy All buttons. - activeTab and scripting: used only when you click "Paste All in form" or a per-row Paste button. The extension fills the form on the page you're currently viewing — no background tabs, no other sites, no data leaves your browser. Validation algorithms SA ID numbers use the standard Luhn algorithm. The 13th digit is a check digit computed over the first 12 digits, matching the validation used by the South African Department of Home Affairs. Income Tax, PAYE, UIF, and SDL numbers use the SARS Modulus 10 algorithm: digits at even positions are doubled (subtract 9 if the result exceeds 9), all values are summed, and the check digit is (10 - sum mod 10) mod 10. For PAYE, UIF, and SDL numbers, the first character is substituted with 4 before computing the check digit. Labour UIF numbers (NNNNNNN/N) use a weighted mod-11/mod-10 algorithm: the seven payload digits are multiplied by weights [1, 2, 4, 5, 7, 8, 2] respectively, each product is reduced mod 11, the remainders are summed, and the check digit is sum mod 10. Company Registration numbers follow the YYYY/NNNNNN/XX format with valid type codes as defined by CIPC. Important disclaimer All generated numbers are for testing purposes only. They are structurally valid but do not correspond to real individuals, companies, or tax registrations. Do not use them for fraud, misrepresentation, or any unlawful purpose. Open source This extension is open source under the MIT license. Contributions and feedback are welcome on GitHub: https://github.com/penkin/SARS-Testing-Tools-Browser-Extension
- Jun 4, 2026permissions
clipboardWrite
clipboardWrite, activeTab, scripting
Permissions & access
- Permissions
- clipboardWriteactiveTabscripting
- Host access
- None declared
Screenshots
About
Generate valid South African Revenue Service reference numbers — and paste them straight into your test forms. SARS Testing Tools is a lightweight Chrome extension that generates structurally valid South African tax-related reference numbers. Built for QA testers, developers, and anyone who needs realistic test data for South African financial and tax systems. What it generates - SA ID Numbers: 13-digit identity numbers with correct Luhn check digits. Configure date of birth range, gender (male/female/any), and citizenship status (SA citizen/permanent resident). - Income Tax Numbers: 10-digit personal income tax reference numbers with valid SARS Modulus 10 check digits. Filter by starting digit (0, 1, 2, 3, or 9). - Company Registration Numbers: Formatted as YYYY/NNNNNN/XX with 14 supported type codes including Pty Ltd (07), Ltd Public (08), Close Corporation (10), Co-operative (24), and more. Configure year range and type code. - PAYE Reference Numbers: 10-digit Pay As You Earn reference numbers with valid check digits. Filter by starting digit (0, 1, 2, 3, 7, or 9). - UIF Reference Numbers: SARS-issued Unemployment Insurance Fund numbers in the format U + 9 digits with valid SARS Modulus 10 check digits. - SDL Reference Numbers: Skills Development Levy numbers in the format L + 9 digits with valid SARS Modulus 10 check digits. - Labour UIF Numbers: Department of Labour–issued UIF reference numbers in the format NNNNNNN/N with a valid weighted check digit. Distinct from the SARS UIF reference above — many South African employer forms ask for both. Features - All view: open the popup and see one freshly-generated value for every reference type in a single panel. Click "Regenerate All" to refresh the whole set, or regenerate a single row with one click. - Paste into forms: with "Paste All in form" or per-row Paste buttons, the extension fills matching fields on the active web page using label, placeholder, name, and aria-label heuristics. Existing values you've already typed are never overwritten. Works with React, Vue, and Angular forms via native event dispatch. The popup reports exactly which fields were filled and which weren't found. - Coherent employer identifiers: in the All view, PAYE, UIF, and SDL share a common body so the three values stay consistent — useful when testing employer-registration forms that validate consistency across these fields. - Clean tabbed interface: tabs are sorted alphabetically and auto-generate fresh values the moment you select them. - Configurable filters: date ranges, gender, citizenship, starting digits, company type codes. - Batch generation: generate 1, 3, 5, 10, or 25 numbers at a time per type. - One-click copy: copy individual results or all results at once. - Correct validation: all check digits are computed using the same algorithms used in production tax systems. - No network requests: everything runs locally in your browser. - No data collection: your generated numbers are never sent anywhere. Who is this for? - QA testers validating South African tax and financial systems - Developers building applications that accept SA tax reference numbers - Anyone who needs structurally valid test data without using real personal information Permissions - clipboardWrite: needed for the Copy and Copy All buttons. - activeTab and scripting: used only when you click "Paste All in form" or a per-row Paste button. The extension fills the form on the page you're currently viewing — no background tabs, no other sites, no data leaves your browser. Validation algorithms SA ID numbers use the standard Luhn algorithm. The 13th digit is a check digit computed over the first 12 digits, matching the validation used by the South African Department of Home Affairs. Income Tax, PAYE, UIF, and SDL numbers use the SARS Modulus 10 algorithm: digits at even positions are doubled (subtract 9 if the result exceeds 9), all values are summed, and the check digit is (10 - sum mod 10) mod 10. For PAYE, UIF, and SDL numbers, the first character is substituted with 4 before computing the check digit. Labour UIF numbers (NNNNNNN/N) use a weighted mod-11/mod-10 algorithm: the seven payload digits are multiplied by weights [1, 2, 4, 5, 7, 8, 2] respectively, each product is reduced mod 11, the remainders are summed, and the check digit is sum mod 10. Company Registration numbers follow the YYYY/NNNNNN/XX format with valid type codes as defined by CIPC. Important disclaimer All generated numbers are for testing purposes only. They are structurally valid but do not correspond to real individuals, companies, or tax registrations. Do not use them for fraud, misrepresentation, or any unlawful purpose. Open source This extension is open source under the MIT license. Contributions and feedback are welcome on GitHub: https://github.com/penkin/SARS-Testing-Tools-Browser-Extension
Technical
- Version
- 1.1.0
- Manifest
- V3
- Size
- 22.18KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- lkgdflhcanokafddhpmmfnghpdhhgcka
- Developer ID
- u27a95aee9a31be76ee598dcd0962aaf3
- Developer Email
- [email protected]
- Created
- Feb 10, 2026
- Last Updated (Store)
- May 28, 2026
- Last Scraped
- Jun 9, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- —
Similar extensions
Alternatives to SARS Testing Tools, ranked by description similarity.
SA ID Generator - Apply Filters, Get Details
Generate a random South African ID with the capabilities of filtering, validating and retrieving details.
2.0K
★ 5.0
Test Data Generator
A Chrome extension to generate various types of test data.
293
★ 4.7
Tax ID generator
Tax ID Generator util
636
★ 3.7
CC Generator
Generate valid test credit card numbers
4.0K
★ 4.1
Test Credit Card Numbers
Generate valid test credit card numbers easily for secure trial payments and demos with our handy Chrome extension!
110
Gerador de CPF, RG e CNPJ
Gera números válidos de CPF, RG e CNPJ
104
★ 3.9
Random Data Rocket
Generate quick random test data from the context menu.
20
Thai Citizen ID Generator
Thai Citizen ID Generator with bulk generation, profile creation, statistics, dark mode, and advanced features
447
★ 5.0
Data sourced from the Chrome Web Store · last verified Jun 9, 2026.