f22raptor Posted March 8, 2006 Posted March 8, 2006 I just developed a payment module for a local payment gateway. I am stuck at displaying an order successful page after payment must have been made to payment gateway by the buyer. The payment gateway requires that a buyer on my site be redirected to a form on their site where the buyer would enter his card details. After the buyer has paid, the payment gateway would now redirect the transaction's status to a page on my site. The problem I am having is in capturing the transaction's status sent from the gateway to my site so that I can finalize an order. I gave the payment gateway ../checkout_process.php as the page URL to redirect payment confirmation to. Instead of a success page displaying after the redirection, the buyer get a login screen prompting him to log on. It seems the session is somehow reset after the redirection. How can I fix this problem and finalize the order? Thanks Segun Quote
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.