malipopaycentralapi_NotificationRequest
titlestringrequired
Notification title
Example:
Payment Receivedmessagestringrequired
Notification body message
Example:
You have received a payment of TZS 50,000 from John Doetypestringrequired
Notification type (INFO, WARNING, SUCCESS, ERROR)
Possible values: [INFO, WARNING, SUCCESS, ERROR]
Example:
SUCCESSrecipientstring
User ID of the notification recipient
Example:
613771e99a924399394b795areferencestring
Related payment or transaction reference
Example:
ML21030metadata 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": {}
}