lilseeam Posted August 11, 2013 Share Posted August 11, 2013 is there anyway to store the information of users who have successfully made payment through a payment gateway i am using in a website into a table so i can see all those whose have paid successfully.. Quote Link to comment Share on other sites More sharing options...
Muddy_Funster Posted August 11, 2013 Share Posted August 11, 2013 probably. What payment gateway are you using and how is it currently set up? Most payment systems store some level of transaction information anyway, so you should look into accessing that information rather than duplicating it - if it is available. Quote Link to comment Share on other sites More sharing options...
lilseeam Posted August 11, 2013 Author Share Posted August 11, 2013 i am using mpower http://mpowerpayments.com/ Quote Link to comment Share on other sites More sharing options...
subhomoy Posted August 11, 2013 Share Posted August 11, 2013 keep all the information in the session variable and when the user after successfull payment insert all the date into database.... Hope it helps.... Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted August 11, 2013 Share Posted August 11, 2013 Just be aware that storing customer information is not something that should be done lightly. Depending on what you store, you may need to be PCI compliant. 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.