hamza Posted April 3, 2010 Share Posted April 3, 2010 i want to perform paypal integration. i wan to send values to paypal and if values are validated and accepted successfully i want to redirect back to my website and ask from user to enter someother information like cradit card number...etc but when i send values it show the product details and credit card info asking from me on paypal which i dont want. i want to ask user to enter Ccard infor on my own website addresss. plz tell me how it is possible here is my paypal integration code. <form action="https://www.paypal.com/cgi-bin/webscr" method="POST"> To pay with PayPal now please click on the PayPal icon below: <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="Order #{$order_id}"> <input type="hidden" name="amount" value="{$order_amount}"> <input type="hidden" name="currency_code" value="{$currency_iso_3}"> <input type="image" name="submit" src="http://images.paypal.com/images/x-click-but01.gif" alt="Pay with PayPal"> </form> Link to comment https://forums.phpfreaks.com/topic/197460-paypal-integration/ Share on other sites More sharing options...
skurai Posted April 3, 2010 Share Posted April 3, 2010 If you even plan on having anywhere on the website where a user enters a credit card number, you need an SSL. Do you have one? Link to comment https://forums.phpfreaks.com/topic/197460-paypal-integration/#findComment-1036425 Share on other sites More sharing options...
hackalive Posted April 3, 2010 Share Posted April 3, 2010 have you had a look at the PayPal APIs and Developer (merchant) documentation Link to comment https://forums.phpfreaks.com/topic/197460-paypal-integration/#findComment-1036427 Share on other sites More sharing options...
hackalive Posted April 3, 2010 Share Posted April 3, 2010 https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/howto_api_overview www.x.com Link to comment https://forums.phpfreaks.com/topic/197460-paypal-integration/#findComment-1036428 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.