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.
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']) Michael and INUMIO-Rob 2
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now