Skip to main content

malipopaycentralapi_InvoiceResponse

_idstring
Example: 64c2de5f1a3b7e9d0f5a2c81
referencestring

Unique invoice reference number

Example: INV-2024-001
customerstring

Customer ID

Example: 6281559426fa29659c5ac38a
itemsobject[]
subtotalnumber
Example: 500000
taxnumber
Example: 90000
totalnumber
Example: 590000
currencystring
Example: TZS
statusstring

Invoice status (DRAFT, SENT, PAID, OVERDUE, CANCELLED)

Example: SENT
dueDatedate
Example: 2024-03-31
notesstring
Example: Payment due within 30 days
projectstring
Example: 63db68a6c5f3e7682e23c2ca
deletedboolean
Example: false
createdAtdate-time
Example: 2024-03-01T10:00:00.000Z
malipopaycentralapi_InvoiceResponse
{
"_id": "64c2de5f1a3b7e9d0f5a2c81",
"reference": "INV-2024-001",
"customer": "6281559426fa29659c5ac38a",
"items": [
{}
],
"subtotal": 500000,
"tax": 90000,
"total": 590000,
"currency": "TZS",
"status": "SENT",
"dueDate": "2024-03-31",
"notes": "Payment due within 30 days",
"project": "63db68a6c5f3e7682e23c2ca",
"deleted": false,
"createdAt": "2024-03-01T10:00:00.000Z"
}