This topic is locked

Automated payment solution

8/13/2019 5:30:23 PM
PHPRunner General questions
A
AndrewMark author

I have phprunner and am building a web based application. The application has been completely built using only phprunner to date. I have not used the shopping cart or invoice template to build my website and it currently has no payment application in it at all at the moment. I would like users after registering on the website and logging in to be able to make an online payment and afterwards the application to automatically modify a field in one of my tables eg change the word "not paid" to "paid". The purchaser also would need to receive an automatic invoice for payment. I am comfortable using any of the major payment systems eg paypal, stripe etc.. I was seeking advice on the simplest ways to achieve this. Should I be purchasing one of the xlinesoft shopping cart or invoice type templates? can they be simply modified and incorporated in my application to achieve the required objective?

jadachDevClub member 8/13/2019

You can do this with PayPal. You need an instant payment notification to write back to a database table passing the userid as a custom field.

A
AndrewMark author 8/14/2019



You can do this with PayPal. You need an instant payment notification to write back to a database table passing the userid as a custom field.


thanks, will give this a go