tags:

views:

22

answers:

1

Hi

I used paypal sandbox to test my code and my ipn is working. but

Now i need to go to original paypal account. My confusion is in sandbox we make buyers and sellers account. and we get [email protected] like seller account. is it needed in original account?

if needed how to make it?

if not needed which email address shd i use(is that client email address with which she enters her paypal account?)?

pls help

A: 

When you switch over from sandbox to real service you use your own real PayPal account as seller/business.

Example:

<input name="business" value="[email protected]" type="hidden">

And you change the form action from https://www.sandbox.paypal.com/cgi-bin/webscr to https://www.paypal.com/cgi-bin/webscr

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
jamietelin