JSHINER Posted June 19, 2008 Share Posted June 19, 2008 Hey - not looking for anyone to write code for me, just wondering where I should start in using PayPal API to process Payments. What I want it to do is: - 1: Select your item(s) (DONE) - 2: a) Show total for items, create variable for $total and ask for billing / shipping info (DONE) - 2: b) Ask for payment method (Credit Card) and get info - then send to PayPal for processing - 3: Send back "Payment complete" or "denied" - would like an "if(payment_complete) { function(do_stuff) } else { echo 'Denied!'; }" Where should I start? Link to comment https://forums.phpfreaks.com/topic/110956-connecting-to-paypal-payment-api/ Share on other sites More sharing options...
ober Posted June 19, 2008 Share Posted June 19, 2008 Did you login to PayPal and signup for their sandbox area? Link to comment https://forums.phpfreaks.com/topic/110956-connecting-to-paypal-payment-api/#findComment-569253 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.