| 1 | --- |
| 2 | name: pakistan-sales-tax |
| 3 | description: Use this skill whenever asked to prepare, review, or classify transactions for a Pakistan Sales Tax return (federal or provincial) for any client. Trigger on phrases like "Pakistan sales tax", "FBR return", "IRIS portal", "Sindh sales tax", "Punjab sales tax", or any request involving Pakistan sales tax. MUST be loaded alongside vat-workflow-base v0.1 or later. ALWAYS read this skill before touching any Pakistan sales tax work. |
| 4 | version: 2.0 |
| 5 | --- |
| 6 | |
| 7 | # Pakistan Sales Tax Return Skill v2.0 |
| 8 | |
| 9 | ## Section 1 — Quick reference |
| 10 | |
| 11 | | Field | Value | |
| 12 | |---|---| |
| 13 | | Country | Pakistan (Islamic Republic of Pakistan) | |
| 14 | | Federal Sales Tax rate (goods) | 18% (standard); 25% (luxury/sin goods); reduced rates via SRO | |
| 15 | | Provincial Sales Tax rate (services) | Varies: Sindh 13%, Punjab 16%, KP 15%, Balochistan 15% | |
| 16 | | Zero rate | 0% (exports, certain essential goods via SRO) | |
| 17 | | Exempt | Basic food (unprocessed), education, healthcare, financial services | |
| 18 | | Return form | Federal: monthly via IRIS; Provincial: via respective portals | |
| 19 | | Filing portal | https://iris.fbr.gov.pk (IRIS — federal); SRB/PRA/KPRA/BRA portals (provincial) | |
| 20 | | Authority | Federal Board of Revenue (FBR) — goods; SRB/PRA/KPRA/BRA — services | |
| 21 | | Currency | PKR (Pakistani Rupee) | |
| 22 | | Filing frequency | Monthly (federal and most provincial) | |
| 23 | | Deadline | Federal: 18th of following month; Provincial: varies (typically 15th-18th) | |
| 24 | | Companion skill | vat-workflow-base v0.1 or later — MUST be loaded | |
| 25 | | Validated by | Pending local practitioner validation | |
| 26 | |
| 27 | **CRITICAL: Pakistan has SPLIT federal/provincial sales tax.** Federal covers goods (FBR). Provincial covers services (SRB for Sindh, PRA for Punjab, KPRA for KP, BRA for Balochistan). A single business may file BOTH. |
| 28 | |
| 29 | **Conservative defaults:** |
| 30 | |
| 31 | | Ambiguity | Default | |
| 32 | |---|---| |
| 33 | | Unknown rate on goods | 18% (federal) | |
| 34 | | Unknown rate on services | Apply province rate based on client location | |
| 35 | | Unknown input tax status | Not deductible | |
| 36 | | Unknown counterparty location | Domestic Pakistan | |
| 37 | | Unknown business-use proportion | 0% recovery | |
| 38 | |
| 39 | --- |
| 40 | |
| 41 | ## Section 2 — Required inputs and refusal catalogue |
| 42 | |
| 43 | ### Required inputs |
| 44 | |
| 45 | **Minimum viable** — bank statement for the month. Acceptable from: HBL (Habib Bank), UBL (United Bank), MCB (Muslim Commercial Bank), Allied Bank, Bank Alfalah, Meezan Bank, Standard Chartered PK, or any other. JazzCash and Easypaisa statements also accepted. |
| 46 | |
| 47 | **Recommended** — sales invoices, purchase invoices with supplier NTN/STRN, client's NTN and STRN. |
| 48 | |
| 49 | ### Pakistan-specific refusal catalogue |
| 50 | |
| 51 | **R-PK-1 — Provincial service tax complexity.** Trigger: client provides services in multiple provinces. Message: "Multi-province service tax filing requires separate returns to each provincial authority. Please escalate for province-by-province analysis." |
| 52 | |
| 53 | **R-PK-2 — Manufacturing under SRO regime.** Trigger: client is a manufacturer with SRO-based reduced rates or exemptions. Message: "SRO-based manufacturing exemptions require gazette-level verification. Please escalate." |
| 54 | |
| 55 | **R-PK-3 — Withholding agent (sales tax).** Trigger: client is a designated withholding agent for sales tax. Message: "Withholding agent obligations require tracking of certificates and deposits. Please escalate." |
| 56 | |
| 57 | **R-PK-4 — Export-oriented units (EOU).** Trigger: client in export-oriented unit with zero-rating facility. Message: "EOU zero-rating requires SRO-level verification. Please escalate." |
| 58 | |
| 59 | --- |
| 60 | |
| 61 | ## Section 3 — Supplier pattern library |
| 62 | |
| 63 | ### 3.1 Pakistani banks (fees — check) |
| 64 | |
| 65 | | Pattern | Treatment | Notes | |
| 66 | |---|---|---| |
| 67 | | HBL, HABIB BANK | EXCLUDE for bank charges | Financial service (provincial ST may apply) | |
| 68 | | UBL, UNITED BANK | EXCLUDE for bank charges | Same | |
| 69 | | MCB, MUSLIM COMMERCIAL | EXCLUDE for bank charges | Same | |
| 70 | | ALLIED BANK, BANK ALFALAH | EXCLUDE for bank charges | Same | |
| 71 | | MEEZAN BANK | EXCLUDE for bank charges | Same | |
| 72 | | STANDARD CHARTERED PK | EXCLUDE for bank charges | Same | |
| 73 | | INTEREST, LOAN, REPAYMENT | EXCLUDE | Out of scope | |
| 74 | |
| 75 | ### 3.2 Mobile financial services |
| 76 | |
| 77 | | Pattern | Treatment | Notes | |
| 78 | |---|---|---| |
| 79 | | JAZZCASH, JAZZ CASH | EXCLUDE for transaction fees | Financial service | |
| 80 | | EASYPAISA, EASY PAISA | EXCLUDE for transaction fees | Same | |
| 81 | | NAYAPAY, SADAPAY | EXCLUDE for transaction fees | Same | |
| 82 | |
| 83 | ### 3.3 Government (exclude) |
| 84 | |
| 85 | | Pattern | Treatment | Notes | |
| 86 | |---|---|---| |
| 87 | | FBR, FEDERAL BOARD OF REVENUE | EXCLUDE | Tax payment | |
| 88 | | CUSTOMS, PAKISTAN CUSTOMS | EXCLUDE | Duty | |
| 89 | | SRB, SINDH REVENUE, PRA, PUNJAB REVENUE | EXCLUDE | Provincial tax payment | |
| 90 | | EOBI, SOCIAL SECURITY | EXCLUDE | Social security | |
| 91 | | SECP | EXCLUDE | Registration fee | |
| 92 | |
| 93 | ### 3.4 Utilities |
| 94 | |
| 95 | | Pattern | Treatment | Notes | |
| 96 | |---|---|---| |
| 97 | | K-ELECTRIC, KESC, LESCO, FESCO, IESCO | Domestic 18% (federal ST on electricity) | Electricity | |
| 98 | | SSGC, SNGPL | Domestic 18% | Gas | |
| 99 | | PTCL, JAZZ, ZONG, TELENOR, UFONE | Provincial service tax applies | Telecoms | |
| 100 | |
| 101 | ### 3.5 SaaS and international services |
| 102 | |
| 103 | | Pattern | Treatment | Notes | |
| 104 | |---|---|---| |
| 105 | | GOOGLE, MICROSOFT, META, AWS | Self-assess (federal 18% on digital goods; provincial on services) | Non-resident | |
| 106 | | ZOOM, SLACK, CANVA, FIGMA | Self-assess | Same | |
| 107 | |
| 108 | ### 3.6 Professional services |
| 109 | |
| 110 | | Pattern | Treatment | Notes | |
| 111 | |---|---|---| |
| 112 | | AUDIT, CA FIRM, ACCOUNTING | Provincial service tax | Check province | |
| 113 | | LAW FIRM, ADVOCATE | Provincial service tax | Same | |
| 114 | | CONSULTANT, ENGINEERING | Provincial service tax | Same | |
| 115 | |
| 116 | ### 3.7 Payroll and exclusions |
| 117 | |
| 118 | | Pattern | Treatment | Notes | |
| 119 | |---|---|---| |
| 120 | | SALARY, WAGES, TANKHWAH | EXCLUDE | Outside sales tax scope | |
| 121 | | OWN TRANSFER, INTERNAL | EXCLUDE | Internal | |
| 122 | | CASH WITHDRAWAL, ATM | TIER 2 — ask | Default exclude | |
| 123 | |
| 124 | --- |
| 125 | |
| 126 | ## Section 4 — Worked examples |
| 127 | |
| 128 | ### Example 1 — Federal sales tax on goods at 18% |
| 129 | |
| 130 | **Input line:** `05.04.2026 ; DOMESTIC BUYER LTD ; CREDIT ; Invoice PK-041 manufactured goods ; PKR 1,180,000` |
| 131 | |
| 132 | **Reasoning:** Manufacturer selling taxable goods. Federal 18%. Net = PKR 1,000,000, ST = PKR 180,000. |
| 133 | |
| 134 | | Date | Counterparty | Gross | Net | Tax | Rate | Authority | Default? | Excluded? | |
| 135 | |---|---|---|---|---|---|---|---|---| |
| 136 | | 05.04.2026 | DOMESTIC BUYER | +1,180,000 | +1,000,000 | 180,000 | 18% | FBR | N | — | |
| 137 | |
| 138 | ### Example 2 — Provincial service tax (Sindh 13%) |
| 139 | |
| 140 | **Input line:** `10.04.2026 ; CLIENT CO ; CREDIT ; Consulting fee ; PKR 226,000` |
| 141 | |
| 142 | **Reasoning:** Service in Sindh. SRB 13%. Net = PKR 200,000, Tax = PKR 26,000. |
| 143 | |
| 144 | | Date | Counterparty | Gross | Net | Tax | Rate | Authority | Default? | Excluded? | |
| 145 | |---|---|---|---|---|---|---|---|---| |
| 146 | | 10.04.2026 | CLIENT CO | +226,000 | +200,000 | 26,000 | 13% | SRB | N | — | |
| 147 | |
| 148 | ### Example 3 — Export, zero-rated |
| 149 | |
| 150 | **Input line:** `15.04.2026 ; US IMPORTER INC ; CREDIT ; Textile export ; PKR 5,000,000` |
| 151 | |
| 152 | | Date | Counterparty | Gross | Net | Tax | Rate | Authority | Default? | Excluded? | |
| 153 | |---|---|---|---|---|---|---|---|---| |
| 154 | | 15.04.2026 | US IMPORTER INC | +5,000,000 | +5,000,000 | 0 | 0% | FBR | N | — | |
| 155 | |
| 156 | ### Example 4 — Non-resident digital service |
| 157 | |
| 158 | **Input line:** `18.04.2026 ; GOOGLE CLOUD ; DEBIT ; Cloud April ; PKR -50,000` |
| 159 | |
| 160 | **Reasoning:** Non-resident digital service. Self-assess federal 18%. Input credit if for taxable supplies. |
| 161 | |
| 162 | | Date | Counterparty | Gross | Net | Tax | Rate | Authority | Default? | Excluded? | |
| 163 | |---|---|---|---|---|---|---|---|---| |
| 164 | | 18.04.2026 | GOOGLE CLOUD | -50,000 | -50,000 | 9,000 | 18% | FBR | N | — | |
| 165 | |
| 166 | ### Example 5 — JazzCash transfer fee |
| 167 | |
| 168 | **Input line:** `25.04.2026 ; JAZZCASH ; DEBIT ; Transfer fee ; PKR -50` |
| 169 | |
| 170 | | Date | Counterparty | Gross | Net | Tax | Rate | Authority | Default? | Excluded? | |
| 171 | |---|---|---|---|---|---|---|---|---| |
| 172 | | 25.04.2026 | JAZZCASH | -50 | — | — | — | — | N | "Financial service" | |
| 173 | |
| 174 | --- |
| 175 | |
| 176 | ## Section 5 — Tier 1 classification rules (compressed) |
| 177 | |
| 178 | ### 5.1 Federal sales tax on goods — 18% standard. Manufacturers, importers, and specified retailers. |
| 179 | ### 5.2 Provincial service tax — Varies by province (Sindh 13%, Punjab 16%, KP 15%, Balochistan 15%). |
| 180 | ### 5.3 Zero rate — Exports (federal). Input tax credit available. |
| 181 | ### 5.4 Exempt — Basic food (unprocessed), education, healthcare. |
| 182 | ### 5.5 Input tax credit — Federal: available on goods. Provincial: varies. Valid invoice with NTN/STRN required. |
| 183 | ### 5.6 Blocked input — Personal consumption, entertainment, passenger vehicles. |
| 184 | ### 5.7 Imports — Federal sales tax at customs. Provincial not applicable at import. |
| 185 | ### 5.8 Reverse charge — Non-resident services: self-assess. |
| 186 | ### 5.9 Withholding — Designated agents withhold sales tax at prescribed rates. |
| 187 | ### 5.10 Further tax / extra tax — Additional levies on sales to unregistered persons. |
| 188 | |
| 189 | --- |
| 190 | |
| 191 | ## Section 6 — Tier 2 catalogue (compressed) |
| 192 | |
| 193 | ### 6.1 Federal vs provincial split — Default: flag. Question: "Is this goods (FBR) or services (provincial)?" |
| 194 | ### 6.2 Province identification — Default: client's registered province. Question: "Which province is the service provided in?" |
| 195 | ### 6.3 SaaS entities — Default: self-assess federal 18%. Question: "Goods or services? Check invoice." |
| 196 | ### 6.4 Cash withdrawals ��� Default: exclude. |
| 197 | ### 6.5 JazzCash/Easypaisa transactions — Default: classify underlying transaction, not payment method. |
| 198 | |
| 199 | --- |
| 200 | |
| 201 | ## Section 7 — Excel working paper template |
| 202 | |
| 203 | Per vat-workflow-base Section 3, with Pakistan fields: Federal output 18%, Zero-rated, Exempt, Federal input, Provincial output (by province), Provincial input, Net payable (federal), Net payable (provincial). |
| 204 | |
| 205 | --- |
| 206 | |
| 207 | ## Section 8 — Bank statement reading guide |
| 208 | |
| 209 | HBL, UBL, MCB exports CSV. PKR primary. JazzCash/Easypaisa exports also usable. Urdu descriptions possible. Internal transfers: exclude. Convert foreign currency at SBP rate. |
| 210 | |
| 211 | --- |
| 212 | |
| 213 | ## Section 9 — Onboarding fallback |
| 214 | |
| 215 | ### 9.1 NTN/STRN ��� "What is your FBR NTN? Provincial STRN?" |
| 216 | ### 9.2 Province — "Where is the business registered?" |
| 217 | ### 9.3 Registration type — "Federal (goods), provincial (services), or both?" |
| 218 | ### 9.4 Filing period — Monthly. "Which month?" |
| 219 | ### 9.5 Exports — "Do you export?" |
| 220 | ### 9.6 Credit brought forward — Always ask. |
| 221 | |
| 222 | --- |
| 223 | |
| 224 | ## Section 10 — Reference material |
| 225 | |
| 226 | ### Sources |
| 227 | 1. Sales Tax Act 1990 (federal, as amended). 2. Provincial sales tax acts (Sindh, Punjab, KP, Balochistan). 3. FBR IRIS portal. 4. SROs for exemptions and reduced rates. |
| 228 | |
| 229 | ### Known gaps |
| 230 | 1. Multi-province filing refused. 2. SRO-based manufacturing exemptions refused. 3. Withholding agent obligations refused. 4. Provincial rate changes frequent — verify before filing. |
| 231 | |
| 232 | ### Change log |
| 233 | - v2.0 (April 2026): Full rewrite to Malta v2.0 ten-section structure. Federal/provincial split emphasized. |
| 234 | |
| 235 | --- |
| 236 | |
| 237 | ## Disclaimer |
| 238 | |
| 239 | This skill and its outputs are provided for informational and computational purposes only and do not constitute tax, legal, or financial advice. All outputs must be reviewed by a qualified professional before filing. |
| 240 | |
| 241 | The most up-to-date version is maintained at [openaccountants.com](https://openaccountants.com). |
| 242 |
Run this skill, then get an accountant to check it
After running the full skill pack in Claude, sign up and upload your worksheet. We'll connect you with a trusted accountant in our network who can review your numbers before you file.
Depends on
Quality
Q2: Research-verified
Deep research against tax authority sources. Not yet tested on real data.
Needs real client data + practitioner sign-off to reach Q1.
Accountant Review
About
Use this skill whenever asked to prepare, review, or classify transactions for a Pakistan Sales Tax return (federal or provincial) for any client. Trigger on phrases like "Pakistan sales tax", "FBR return", "IRIS portal", "Sindh sales tax", "Punjab sales tax", or any request involving Pakistan sales tax. MUST be loaded alongside vat-workflow-base v0.1 or later. ALWAYS read this skill before touching any Pakistan sales tax work.