Pesapal.com

Forum

Welcome, Guest
Username
Password:
 

IPN NOT GIVING FEEDBACK
(1 viewing) (1) Guest
Welcome to the Pesapal integration forum!

This forum discusses everything about Pesapal integration on your web site. Having any problems? This is the right place to post a question and we are sure you will get an answer
  • Page:
  • 1

TOPIC: IPN NOT GIVING FEEDBACK

IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1143

  • Muriithi
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
When does pesapal pass feed-back to my listener function.Have a system that's already creating orders and paying via pespal and also capturing the transaction ID.However my listener does not seem to get feed-back from Pesapal.When does Pesapal send-feedback to the listener?Also if I simulate the Listener Function with the transactions ID's I am getting from my paid transactions the reply is always INVALID and not COMPLETED.Any help on this?

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1144

Hi Muriithi,

Pesapal passes feedback to your system immediately when the status of your payment is confirmed/changes. As for the IPN, have you correctly set the path to your IPN listener function on your Pesapal merchant dashboard?

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1145

  • Muriithi
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Yes have confirmed the path is correct.Also if I simulate the listener function and have a test function that queries for the status of a transaction_id the reply is either INVALID even for the paid transactions.What Could be happening here?I am querying demo.pesapal.

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1146

Please have a look of how IPN has been implemented on this link. You can learn from it then let me know how it goes.
developer.pesapal.com/forum/2-pesapal-in...-pesapal-php-example

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1147

  • Muriithi
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hello.Was able to have this working.The only issue now is that the payment status returned is always PENDING even after completing payment .Am using a demo.pesapal to query for the payment status.Have done this severally for the transaction id and the status is always at PENDING.
Last Edit: 10 years, 12 months ago by Muriithi.

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1151

  • Muriithi
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Any Reply on why the status is always PENDING? Or what could be the maximum time the payment takes to be processed before Pespal IPN can give a COMPLETED feed-back to my listener...

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1152

  • lazro
  • OFFLINE
  • Administrator
  • Pesapal
  • Posts: 404
Hello Muriithi,

demo.pesapal returns PENDING if you use a fake code. You need to use the dummy code generator given on the right side of the iframe to generate a recognized confirm code.

NB: You should not send real money on the demo system. If you do a real transaction, demo.pesapal will not recognize the code you use.
Regards,

Lazaro Ong'ele
Web Developer

Skype: Lazrotep
+254-020-249-5438 ; +254-706-191-729
Dagoretti Lane, Off Naivasha Road.

Facebook: www.facebook.com/pesapal
Twitter: twitter.com/PesaPal
Helpdesk: support.pesapal.com
This e-mail address is being protected from spambots. You need JavaScript enabled to view it.

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1153

Use the link below to generate confirmation codes which you can use to complete payments on your demo account.

demo.pesapal.com/mobilemoneytest

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1158

  • Muriithi
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hello.Had already done this and was using the confirmation code to complete payment whcih was then re-directing users to a success pay page.But the reply from Pesapal for any transaction id's are all PENDING even after payment completion.

Re: IPN NOT GIVING FEEDBACK 10 years, 12 months ago #1160

Send me a link to your site please.

Re: IPN NOT GIVING FEEDBACK 10 years, 11 months ago #1168

  • Muriithi
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hello,
Am testing this from the localhost.One of the transaction tracking code I have is 0cdcac29-7512-4c26-b589-a030630396fe, whose status on Query returns PENDING.

Re: IPN NOT GIVING FEEDBACK 10 years, 11 months ago #1169

Hi Muriithi,

The IPN setting on your merchant account fetches a domain and as such it can not be able to access your localhost to update the payment as necessary. Upload your files to an online server and provide the path to your IPN listener and you will get your status updated.

Kind Regards.

Re: IPN NOT GIVING FEEDBACK 10 years, 11 months ago #1170

  • lazro
  • OFFLINE
  • Administrator
  • Pesapal
  • Posts: 404
Hi,

Please set up the system on a server we can access for us to test your application. I've done an end to end test on my local application and all went well.
Regards,

Lazaro Ong'ele
Web Developer

Skype: Lazrotep
+254-020-249-5438 ; +254-706-191-729
Dagoretti Lane, Off Naivasha Road.

Facebook: www.facebook.com/pesapal
Twitter: twitter.com/PesaPal
Helpdesk: support.pesapal.com
This e-mail address is being protected from spambots. You need JavaScript enabled to view it.
Last Edit: 10 years, 11 months ago by lazro.

Re: IPN NOT GIVING FEEDBACK 10 years, 11 months ago #1171

I am experiencing the same problem. The receiving URL is www.thecardguys.co.ke/ipn.php
  • Page:
  • 1