malipopaycentralapi_ReceiptResponse
_idstring
Unique receipt identifier
Example:
64e5fa821c2d0a3b1f7c4e85referencestring
Unique receipt reference number
Example:
RCT-2024-0042paymentstring
Payment ID this receipt is for
Example:
64a1bc3f9e12c4a2f1d8e7b3customer object
amountnumber
Amount on the receipt
Example:
50000currencystring
Example:
TZSdescriptionstring
Example:
Payment for Web Development Servicesstatusstring
Receipt status (e.g., ISSUED, CANCELLED)
Example:
ISSUEDprojectstring
Example:
63db68a6c5f3e7682e23c2caissuedAtdate-time
Example:
2024-03-05T14:30:00.000ZcreatedAtdate-time
Example:
2024-03-05T14:30:00.000Zmalipopaycentralapi_ReceiptResponse
{
"_id": "64e5fa821c2d0a3b1f7c4e85",
"reference": "RCT-2024-0042",
"payment": "64a1bc3f9e12c4a2f1d8e7b3",
"customer": {
"_id": "6281559426fa29659c5ac38a",
"phoneNumber": "255742200105",
"firstname": "John",
"lastname": "Doe"
},
"amount": 50000,
"currency": "TZS",
"description": "Payment for Web Development Services",
"status": "ISSUED",
"project": "63db68a6c5f3e7682e23c2ca",
"issuedAt": "2024-03-05T14:30:00.000Z",
"createdAt": "2024-03-05T14:30:00.000Z"
}