safaricom / LNMOnlineAndroidSample

Lipa Na MPESA Online (STK Push) Android Sample Application. This app demonstrates an e-commerce purchase and checkout process via Mpesa and Daraja :smile:
https://developer.safaricom.co.ke/
Apache License 2.0
128 stars 129 forks source link

Callback URL not being called #5

Closed bdhobare closed 6 years ago

bdhobare commented 6 years ago

I have successfully built the app and done a simple payment.However, the call back url is not returning the message and hence no notification shown. Is there anything I am missing here?

Beliot commented 6 years ago

@bdhobare kindly do a gist file of the post method behind your callback url. Also follow this tutorial for seeting up FCM on your server https://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/ it includes the PHP code you need to setup push notifications. You can use https://ngrok.com/ to run the server side code locally

bdhobare commented 6 years ago

Thank you @Beliot .I shall reply once I get it working.