Skip to main content

malipopaycentralapi_ProductRequest

namestringrequired

Product or service name

Example: Website Design Package
descriptionstring

Detailed description of the product

Example: Full responsive website with 5 pages
pricenumberrequired

Price of the product

Example: 1500000
currencystringrequired

Currency code

Example: TZS
categorystring

Product category

Example: Digital Services
unitstring

Unit of measure (e.g., piece, hour, month)

Example: project
taxableboolean

Whether this product is taxable

Example: true
activeboolean

Whether this product is currently active

Example: true
malipopaycentralapi_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
}