hamza Posted April 6, 2010 Share Posted April 6, 2010 i want to send product details to paypal and redirect back to my website paymeent page to enter payment info. i know all paypal variable to send but how i redirect back after sending. Link to comment https://forums.phpfreaks.com/topic/197782-paypal-integration/ Share on other sites More sharing options...
leehanken Posted April 6, 2010 Share Posted April 6, 2010 i don't think you can enter payment info on your website as paypal has to handle that itself how about in the paypal form have a hidden field called 'return' with the value your url, then it comes back to your site after payment Link to comment https://forums.phpfreaks.com/topic/197782-paypal-integration/#findComment-1037947 Share on other sites More sharing options...
AdRock Posted April 6, 2010 Share Posted April 6, 2010 Look for IPN http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/ Link to comment https://forums.phpfreaks.com/topic/197782-paypal-integration/#findComment-1038001 Share on other sites More sharing options...
hamza Posted April 8, 2010 Author Share Posted April 8, 2010 Look for IPN http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/ thanks for the link but this is not what i want . Link to comment https://forums.phpfreaks.com/topic/197782-paypal-integration/#findComment-1038929 Share on other sites More sharing options...
monkeytooth Posted April 8, 2010 Share Posted April 8, 2010 For full PayPal integration you need a specific level of merchant/business account they have and do offer the ability to have that account type, but I believe the fees are a bit more per transaction. I forgot what the account type was but I was looking into it myself not to long ago. For one of the sites I am working on. I know with that level of account you handle everything on your site from the gateway to the confirmation, you just pipe it through to PayPal via some form of secure method. Link to comment https://forums.phpfreaks.com/topic/197782-paypal-integration/#findComment-1038941 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.