I had previously posted (under "admin payment disaster" or something) but received no answers to the following problem - I was getting errors from RealEx saying that required data was missing - looking at the logs it was the account-holders name.
I fixed the problem myself - in Admin > Orders > Payments > ucProcessPayments.ascx line 159
There is no entry in the AccountDataDictionary for "AccountName" - adding the following line sorts the problem out:
paymentInstrumentBuilder["AccountName"] = CardName.Text;
Hope this helps
Bug in CMS-side New Payments?
Re: Bug in CMS-side New Payments?
Confirmed and fixed for 7.3