View Single Post
04-02-09, 12:48 PM   #1
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 25
Exclamation Paypal Donation Secure ID

I have followed the instructions on the FAQ exactly, but when I create my button, I can't find the Secure ID anywhere! It says I should look for a line saying:
Code:
<input type="hidden" name="hosted_button_id" value="SECUREID">
with SECUREID being the Secure ID.
This is the message for the button I'm getting when I do it:

Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="BAV84B*and seven more letters/numbers*">
<input type="hidden" name="lc" value="NL">
<input type="hidden" name="item_name" value="Fonjask's Addons">
<input type="hidden" name="item_number" value="paladinwarnings">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
<input type="image" src="https://www.paypal.com/nl_NL/NL/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal, de veilige en complete manier van online betalen.">
<img alt="" border="0" src="https://www.paypal.com/nl_NL/i/scr/pixel.gif" width="1" height="1">
</form>
Maybe it is because Iīm on the dutch paypal? But that shouldn't make a difference for the button ID to pop up (I think).

Anyone got the same error or know what I am doing wrong?

Thanks in advance,


Fonjask

EDIT: And when I put the value to Euroīs it doesnīt work either.
EDIT2: And when I choose for an English donation button I donīt get the Secure ID either.
EDIT3: And when I donīt put in an donation ID I donīt get it either.
__________________
~~~~~~~~~~~~

Last edited by Fonjask : 04-02-09 at 12:51 PM. Reason: Additional info
  Reply With Quote