Skip to main content

malipopaycentralapi_InvoiceRequest

customerstringrequired

Customer ID

Example: 6281559426fa29659c5ac38a
itemsobject[]required

Line items on the invoice

dueDatedaterequired

Invoice due date

Example: 2024-03-31
currencystringrequired

Currency code

Example: TZS
notesstring

Additional notes or payment instructions

Example: Payment due within 30 days
taxRatenumber

Tax rate as a percentage (e.g., 18 for 18%)

Example: 18
malipopaycentralapi_InvoiceRequest
{
"customer": "6281559426fa29659c5ac38a",
"items": [
{}
],
"dueDate": "2024-03-31",
"currency": "TZS",
"notes": "Payment due within 30 days",
"taxRate": 18
}