Search the Community
Showing results for tags 'paypal'.
-
It seems there is conflicting information regarding this matter. I read a certain article which seems to claim that in 2016, the largest single transaction value through PayPal donation was $230,000. Elsewhere on PayPals site exist somewhat conflicting data. If the merchant and donor have verified accounts, is there any limit on the value of any single transaction? Does the donor experience any errors if the transaction amount exceeds $10,000?
-
This is more of a Paypal question, but I'm using php on the listener and hopefully someone has run into this problem. I'm having trouble finding the correct POST name to use to get the OPTION SELECT for the item on my listener page. I tried: $option = $_POST['os0']; But, I'm not getting anything using that. I've also tried os0_x, on0, and on0_x. This is what I'm posting to Paypal: <input type="hidden" name="on0" value="Term"> <select name="os0"> <option value="1 Year">1 Year</option> <option value="3 Years">3 Years</option> <option v