Credit card integration / paypal submission

has anyone here ever integrated a payment system with PHP? does anyone have any resources on this? for instance, I would like to integrate a system using this language whereby I not let a user view any pages until a fee is paid through some medium, whether that be a credit card transaction or paypal, or whatever.

anyone got any insight into any of this?

thanks.

Adam

https://developer.paypal.com/reference/

If you want to integrate with any other payment provider, how to do it depends on their documentation.
General requirements, You need and API set up so they can call it and you need it interacting with your database for updates.

From there, it’s all logic you specify in your code.

thanks ac. I will take a look.

Sponsor our Newsletter | Privacy Policy | Terms of Service