quicklyweb Posted September 17, 2008 Share Posted September 17, 2008 I am trying to integrate gate2shop/safecharge module to whmcs. I managed to write the part which sends details to their gateway but i couldn't work out the rest. According to their API doc; they don't have a call back system. So they use 3 URLs Success page, Cancelled page and failure page to redirect the user to. And the variables they post to this pages does not contain the information to update the order as far as i understand. Does anyone have a working module. I am sure there is alot of G2S users out there. 0 Quote Link to comment Share on other sites More sharing options...
DennisG Posted September 29, 2008 Share Posted September 29, 2008 Quicklyweb: The callback URL's are sending the value of the parameters in the response. You should create a simple php script which can get the parameters from the response URL. If you are not receiving the http response that means your not generating a successful transaction and your not going to the payment page. Try re-checking the API and guide, the callback features are there. Dennis 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.