Tivoilos Posted April 16, 2008 Share Posted April 16, 2008 Well I am working on a system where when one of my Clients Sends a payment for my Features on my site I get a notification in my Admin Center of my Site An it also outputs who has not payed there bill this month etc All payments will go through PayPal. Now how would I go about doing this? Link to comment https://forums.phpfreaks.com/topic/101399-solved-php-client-payment-system/ Share on other sites More sharing options...
p2grace Posted April 16, 2008 Share Posted April 16, 2008 You'd have to use the paypal api. https://www.paypal.com/IntegrationCenter/ic_api-reference.html Link to comment https://forums.phpfreaks.com/topic/101399-solved-php-client-payment-system/#findComment-518604 Share on other sites More sharing options...
Tivoilos Posted April 16, 2008 Author Share Posted April 16, 2008 Does this API go into PHP or is it done differntly? Link to comment https://forums.phpfreaks.com/topic/101399-solved-php-client-payment-system/#findComment-518611 Share on other sites More sharing options...
p2grace Posted April 16, 2008 Share Posted April 16, 2008 You'd have the form created in php and then you'd submit the form through their api to paypal. Link to comment https://forums.phpfreaks.com/topic/101399-solved-php-client-payment-system/#findComment-518612 Share on other sites More sharing options...
Tivoilos Posted April 16, 2008 Author Share Posted April 16, 2008 okies. Any examples you could show me plz, it would help me out a lot Link to comment https://forums.phpfreaks.com/topic/101399-solved-php-client-payment-system/#findComment-518620 Share on other sites More sharing options...
p2grace Posted April 16, 2008 Share Posted April 16, 2008 Here's a tutorial. http://www.brendenwilson.com/2007/11/18/php-paypal-expresscheckout-tutorial.html Link to comment https://forums.phpfreaks.com/topic/101399-solved-php-client-payment-system/#findComment-518627 Share on other sites More sharing options...
Tivoilos Posted April 16, 2008 Author Share Posted April 16, 2008 Thanks Link to comment https://forums.phpfreaks.com/topic/101399-solved-php-client-payment-system/#findComment-518658 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.