Page 1 of 1

2 checkout payment problem

Posted: Tue Jan 20, 2009 6:02 am
by karthi2009
<form action="https://www.2checkout.com/2co/buyer/purchase" name="payment_form" id="payment_form" method="post">
<input type="hidden" name="total" value="229.00">
<input type="hidden" name="street_address" value="<?php echo $Address;?>">
<input type="hidden" name="city" value="<?php echo $City;?>">
<input type="hidden" name="state" value="<?php echo $County;?>">
<input type="hidden" name="zip" value="<?php echo $PostalCode;?>">
<input type="hidden" name="country" value="IN">
<input type="hidden" name="tco_currency" value="<?php echo Currencyvalue();?>">
<input type="hidden" name="email" value="<?php echo $EmailID;?>">
<input type="hidden" name="phone" value="<?php echo $Contactno;?>">
<input type="hidden" name="ship_name" value="<?php print $Firstname;?>">
<input type="hidden" name="id_type" value="1">

</form>

this script i am using but no return url in my site.

transaction success or failure, how to know any body help me

Re: 2 checkout payment problem

Posted: Tue Jan 20, 2009 7:02 am
by Apollo
Check out their manual. Doesn't the 2checkout documentation explain how to specify your return URL?