malipopaycentralapi_ProductRequest
namestringrequired
Product or service name
Example:
Website Design Packagedescriptionstring
Detailed description of the product
Example:
Full responsive website with 5 pagespricenumberrequired
Price of the product
Example:
1500000currencystringrequired
Currency code
Example:
TZScategorystring
Product category
Example:
Digital Servicesunitstring
Unit of measure (e.g., piece, hour, month)
Example:
projecttaxableboolean
Whether this product is taxable
Example:
trueactiveboolean
Whether this product is currently active
Example:
truemalipopaycentralapi_ProductRequest
{
"name": "Website Design Package",
"description": "Full responsive website with 5 pages",
"price": 1500000,
"currency": "TZS",
"category": "Digital Services",
"unit": "project",
"taxable": true,
"active": true
}