Suraj Posted August 18, 2016 Report Posted August 18, 2016 Hi All, Can anyone help me for developing Payment Gateway Module using WHMCS. I have developed the same & transactions are happening correctly. But problem is facing with the Callback File. Invoice status of the transaction are not updating as PAID even though transactions are successful. Also not redirecting to success or Failure page proprely. Please help me out to resolve the same. I can share the code that I'm using gor Gateway as well as Callback file. Quote
Blesta Addons Posted August 19, 2016 Report Posted August 19, 2016 your callback url should be set in blesta gateways and send via options to your whmcs gateway . something like Configure::get("Blesta.gw_callback_url") . Configure::get("Blesta.company_id") ."/your_blesta_gateway/?client_id=" . $this->ifSet($contact_info['client_id']) INUMIO-Rob and Michael 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.