wowa Posted March 17, 2007 Share Posted March 17, 2007 Can I make my own "callback" for Gateway? 0 Quote Link to comment Share on other sites More sharing options...
eunarede Posted July 31, 2007 Share Posted July 31, 2007 I want create my too, in the manul you have de docs for create it. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted July 31, 2007 WHMCS CEO Share Posted July 31, 2007 Yes, you need to see the API section of the manual for how to add a payment to an invoice. Matt 0 Quote Link to comment Share on other sites More sharing options...
dom974 Posted April 1, 2008 Share Posted April 1, 2008 hello Matt, I know this is an old thread but my question is directly linked to this one : After writing the code for the action "addinvoicepayment" using curl (as described in the v3 manual id 134), where should I insert it ? I tried putting it in an empty php page in the modules/gateways/callback dir, with the same name I use for my payment gateway but nothing is happening. What should I do ? Thank you Dominique 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted April 1, 2008 WHMCS CEO Share Posted April 1, 2008 You would have to tell your custom gateway to actually make a callback to the file you create. And it doesn't matter where you put it - the modules/gateways/callback folder is just the convention we use. Matt 0 Quote Link to comment Share on other sites More sharing options...
david_cheong Posted July 1, 2008 Share Posted July 1, 2008 which page should i call if i try to call the return page? http://mydomain.com/modules/gateways/callback/myfile.php but when i try to open the file, it say that the file not found in the server * i already double confirm that the file has been uploaded to the server 0 Quote Link to comment Share on other sites More sharing options...
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.