SN008

Live Payload Generator

Configure buyer details and generate payload for testing

Buyer Information

Customize buyer details for this test

Final Payload

Ready to send to FBR API

{
  "invoiceType": "Sale Invoice",
  "invoiceDate": "2025-12-09",
  "invoiceRefNo": "",
  "buyerNTNCNIC": "",
  "buyerBusinessName": "",
  "buyerProvince": "",
  "buyerAddress": "",
  "buyerRegistrationType": "Unregistered",
  "scenarioId": "SN008",
  "sellerNTNCNIC": "1234567",
  "sellerBusinessName": "business name",
  "sellerProvince": "Punjab",
  "sellerAddress": "address",
  "items": [
    {
      "hsCode": "0909.3200",
      "productDescription": "Tea bags",
      "rate": "18%",
      "uoM": "KG",
      "quantity": 1,
      "totalValues": 307.37,
      "valueSalesExcludingST": 212,
      "fixedNotifiedValueOrRetailPrice": 212,
      "salesTaxApplicable": 38.16,
      "salesTaxWithheldAtSource": 0,
      "extraTax": 15,
      "furtherTax": 42.37,
      "fedPayable": 50,
      "discount": 0,
      "saleType": "3rd Schedule Goods",
      "sroItemSerialNo": "",
      "sroScheduleNo": ""
    }
  ]
}