Skip to main content

malipopaycentralapi_NotificationRequest

titlestringrequired

Notification title

Example: Payment Received
messagestringrequired

Notification body message

Example: You have received a payment of TZS 50,000 from John Doe
typestringrequired

Notification type (INFO, WARNING, SUCCESS, ERROR)

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

Example: SUCCESS
recipientstring

User ID of the notification recipient

Example: 613771e99a924399394b795a
referencestring

Related payment or transaction reference

Example: ML21030
metadata object

Additional context data

property name*any

Additional context data

malipopaycentralapi_NotificationRequest
{
"title": "Payment Received",
"message": "You have received a payment of TZS 50,000 from John Doe",
"type": "SUCCESS",
"recipient": "613771e99a924399394b795a",
"reference": "ML21030",
"metadata": {}
}