Migrating from Legacy Notification to Event Based Notification

Monnify has made it easy for all merchants using the legacy transaction notification and settlement notification to seamlessly migrate to the event-based notification. Let me take you through the steps to achieve this:

It’s highly recommended you check our Best Practices when processing webhooks

Step 1:

In order for you to be able to use the event-based notification feature, implement an endpoint on your system which can process a new notification structure. See the structure of all events here.

Once this is done, you can easily migrate from the legacy notification to the event-based notification for both transactions and settlements.

After upgrading to the new event-based notification, update your code to parse the new structure

Step 2:

Configure your implemented endpoint on the Monnify UI. Once you are done implementing your callback endpoint, you’d need to fill in the text fields below with the configured URLs for the corresponding boxes on your monnify dashboard.

Input configured endpoint url to receive event-based notification

Step 3:

Once step 2 is done, you’d need to scroll down on the webhook URLs tab to where you can see Legacy Webhooks. Here you’d see your previously configured transaction and settlement notification urls.

Upgrading to Event Based Notification

You’d have to click on the upgrade to event based notification link to begin to receive event based notifications from Monnify and this will be done through the URLs you provided in Step 2.

Once the above steps are completed, you are good to go to enjoy the Monnify’s event based notification feature.