Hi guys howdy, I have one question with paypal.
Ok lets say i create a paypal account with a mail like this [email protected].
This email is also my paypal account i mean this i will give to ppl to pay and get cash?
Thanks in advance
Hi guys howdy, I have one question with paypal.
Ok lets say i create a paypal account with a mail like this [email protected].
This email is also my paypal account i mean this i will give to ppl to pay and get cash?
Thanks in advance
What's the question? Do people go on your account to use it? No they don't. You go on it and send them money to their paypal account.
![]()
Hi guys howdy, I have one question with paypal.
Ok lets say i create a paypal account with a mail like this [email protected].
This email is also my paypal account i mean this i will give to ppl to pay and get cash?
Thanks in advance
Sorry mate i think you didnt understand me :/ my fault
lets say you want to pay me with paypal. i should give you my registered mail "[email protected]." and the cash come to me or there is another thingie that i must give you to pay me and NOT the registered email?
i think this is how....MAKE SURE TO EDIT IT !!!
put this in your webpage or something
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="Team In Training">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="25.00">
<input type="image" src="http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
Ex of mine:
<form method="post" action="https://www.paypal.com/cgi-bin/webscr" target="paypal">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="Shadow Hunters Donations">
<input type="hidden" name="bn" value="ButtonFactory.Angelfire.001">
<input type="image" name="add" src="http://af.lygo.com/d/paypal/buttons/x-click-but04.gif">
</form>