Jump to content

Recommended Posts

Posted

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. 

Posted

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'])

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...