Link to home
Start Free TrialLog in
Avatar of JCWEBHOST
JCWEBHOST

asked on

Pay pal

hey guys in do not know what me doing wrong

i sign up with pay pal developer web site and created two test accounts, personal and business account.


now i entered sand box test website entered my Business Account user name and password and log in.

than i created a button buy now, entered all the information

and it gave me a code

so a pasted it in my htlm web page

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CSEYGBT4AL3SU">
<input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>


it pulls the image with price  

the only problem it ask me to login to sandbox  which i do not want .


can some please help me.
Avatar of Pratima
Pratima
Flag of India image

I think this for test accounts will not continue for production.

http://stackoverflow.com/questions/2849703/paypal-testing-without-using-sandbox
Avatar of JCWEBHOST
JCWEBHOST

ASKER

so you saying if i change my test url to paypal real url it will work properly
ASKER CERTIFIED SOLUTION
Avatar of Pratima
Pratima
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ok