Question

How to get notified in my app whenever money is sent to my MTN Mobile Money account

  • 23 April 2024
  • 2 replies
  • 39 views

I want to send a notification to my python app whenever someone sends money to my mobile money account. But I am still wandering around. How do I go about this?

I have learned how to create the access token and how to register for the Notifications product on developers.mtn.com. How do i get my app working?

I wish to get real time transaction details immediately when money is received.

Any help or idea will be much appreciated.


2 replies

Userlevel 3
Badge

The Notification As a Service is used to send extra information on a successful debit or successful transfer transaction. 

Use the Callbacks to get notified of a successful or failed status. 

How to configure Callback in sand Box | MoMo Dev Community (mtn.com)

 

This is also will illustrated below. 

Create Your First MoMo API Request | MoMo Dev Community (mtn.com)

Thank you for the reply.

It is true, Callbacks can help get information on payments from the requesttoPay, etc. But I want  to get notified even if I didn’t request the payment or when the payment is not done on the app. Apart from callbacks, can I use other ways to receive notifications?

Reply