Skip to main content

malipopaycentralapi_NotificationResponse

_idstring
Example: 65a2c81f3d4e5b0c2f9a7e63
titlestring
Example: Payment Received
messagestring
Example: You have received a payment of TZS 50,000 from John Doe
typestring

Possible values: [INFO, WARNING, SUCCESS, ERROR]

Example: SUCCESS
recipientstring
Example: 613771e99a924399394b795a
readboolean

Whether the notification has been read

Example: false
referencestring
Example: ML21030
projectstring
Example: 63db68a6c5f3e7682e23c2ca
deletedboolean
Example: false
createdAtdate-time
Example: 2024-03-05T14:30:00.000Z
updatedAtdate-time
Example: 2024-03-05T14:30:00.000Z
malipopaycentralapi_NotificationResponse
{
"_id": "65a2c81f3d4e5b0c2f9a7e63",
"title": "Payment Received",
"message": "You have received a payment of TZS 50,000 from John Doe",
"type": "SUCCESS",
"recipient": "613771e99a924399394b795a",
"read": false,
"reference": "ML21030",
"project": "63db68a6c5f3e7682e23c2ca",
"deleted": false,
"createdAt": "2024-03-05T14:30:00.000Z",
"updatedAt": "2024-03-05T14:30:00.000Z"
}