Skip to main content

malipopaycentralapi_ReceiptResponse

_idstring

Unique receipt identifier

Example: 64e5fa821c2d0a3b1f7c4e85
referencestring

Unique receipt reference number

Example: RCT-2024-0042
paymentstring

Payment ID this receipt is for

Example: 64a1bc3f9e12c4a2f1d8e7b3
customer object
_idstring
Example: 6281559426fa29659c5ac38a
phoneNumberstring
Example: 255742200105
firstnamestring
Example: John
lastnamestring
Example: Doe
amountnumber

Amount on the receipt

Example: 50000
currencystring
Example: TZS
descriptionstring
Example: Payment for Web Development Services
statusstring

Receipt status (e.g., ISSUED, CANCELLED)

Example: ISSUED
projectstring
Example: 63db68a6c5f3e7682e23c2ca
issuedAtdate-time
Example: 2024-03-05T14:30:00.000Z
createdAtdate-time
Example: 2024-03-05T14:30:00.000Z
malipopaycentralapi_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"
}