UnseenMenace Posted May 18, 2006 Share Posted May 18, 2006 (edited) I am using the netbanx module with oscommerce and ham having a few issues that need resolving, after payments are accepted the user gets no notification of this even though they are accepted, the payment returns the user to a blank page, rather than a confirmation page. The field that I am passing to netbanx to indicate where to redirect customers to after payment is as follows: For valid payments: callback_passed_url=http://www.mywebsite.com/netbanx_checkout_process. php?osCsid=<value> For invalid payments: callback_failed_url=http://www.mywebsite.com/netbanx_callback.php?osCs id=<value> where <value> indicates the value of osCsid that is being passed by the cart. The osCsid should not be present within these callback urls and are not part of the filenames. Netbanx have informed me that they have not seen this before; The callback fields should only contain the URL, up to the .php part - everything after .php should not be there. I believe the presence of this extra field is causing the blank page, because it is a session variable that should be picked up from the browser, rather than being part of the form. But how to resolve this issue is beyond me, and I was wondering if anyone had any ideas Edited May 18, 2006 by UnseenMenace 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.
Note: Your post will require moderator approval before it will be visible.