Jump to content

paypal integration


hamza

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.