Upon a successful receipt of your payment, we send a employer payment notification to the webhook provided to on your profile. This allows you to carry out further action from your end.
Please ensure you have setup your payment notification webhook by on the developer's page on your dashboard
Below is a sample payload we send to the payment notification webhook
{
"notificationType": "EmployerPaymentNotification",
"success": true,
"message": "Payment receipt successful",
"data": {
"ppid": "TX21092020002",
"paymentReference": "MNFY|01|00200000934|000390",
"amountPaid": 309409.81,
"paymentDate": "04/18/2023 03:07:46 PM"
}
}