-
Paypal ipn!
Hello, i want to get a paypal thing where, when they purchase something i have a box for their username, and i get a E-mail containing their username and what they have purchased.
do i search IPN on paypal then click "Instant Payment Notification"?
and then do i create a button?
and is that it done ?, am i doing it right?
thanks
-
Re: Paypal ipn!
You have to make sure that the username is linked correctly to your system and that it verifies thepayment before doing anything with the username.
-
Re: Paypal ipn!
this is the button code i get from the IPN setup:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JFCY6HEK923ZJ">
<table>
<tr><td><input type="hidden" name="on0" value="Rares">Rares</td></tr><tr><td><select name="os0">
<option value="20 Thrones">20 Thrones £5.00 GBP</option>
<option value="20 Dino Eggs">20 Dino Eggs £5.00 GBP</option>
<option value="20 DJ Decks">20 DJ Decks £5.00 GBP</option>
<option value="ICM Set">ICM Set £7.00 GBP</option>
<option value="Dragon Set">Dragon Set £10.00 GBP</option>
<option value="Fan Set">Fan Set £5.00 GBP</option>
<option value="1 Million Credits">1 Million Credits £5.00 GBP</option>
<option value="1 million pixels">1 million pixels £5.00 GBP</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Username">Username</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>