We have tested your form with our test account and all appear to be working fine.
I have also tested your page with a $0.50 transaction and it went through without any issues. I also suggest that you refer to an ERROR as anything that is returned to the ERROR page and DECLINED when returned to the Decline page.
A decline is not an ERROR.
One suggestion for backward compatibility is to add a 1 to all your item names - see below:
HTML Code:
<input name="ItemID1" type="hidden" id="ItemID1" value="1"> <input name="ItemName1" type="hidden" id="ItemName1" value="Donation"> <input name="Quantity1" type="hidden" id="Quantity1" value="1"> <div class="indicates-required"><span class="asterisk">*</span> indicates required</div> <fieldset> <legend>Please choose your contribution amount:</legend> <label class="amount"> <input type="radio" name="UnitPrice1" id="UnitPrice1" value="50" checked="checked">$50</label> <label class="amount"> <input type="radio" name="UnitPrice1" id="UnitPrice1" value="250">$250</label> <label class="amount"> <input type="radio" name="UnitPrice1" id="UnitPrice1" value="500">$500</label> <label class="amount"> <input type="radio" name="UnitPrice1" id="UnitPrice1" value="1000">$1000</label> <label class="amountOther"> <input type="radio" name="UnitPrice1" id="UnitPrice1" value="Other"> Other $ <input name="Other1" type="text" id="Other1" class="amountOtherfield" size="8"> </label>
As stated I tested the page and nothing appears to be wrong. If a bank declines a transaction it may be best to contact and find out why it was declined.
Let us know if you are still experiencing this problem and if an ERROR occurs please send us the detailed error message.
Leave a comment: