What option(s) do i need to use for the hosted form in order to get the amount and/or billing fields to show up?
04-16-2019 07:03 AM
I had to show the amount, logos, etc. in my pop-up window before the <iframe> that contains the Auth.Net stuff. Authorize.Net itself doesn't provide any such capability, it seems. I actually print a warning message to impatient people since the processing takes so long, as follows:
Do not close your browser window until your payment of $5.00 is fully processed. Your transaction is not complete until a confirmation is displayed here.
People were actually closing the window containing the Auth.Net iframe before processing finished, which means that the Communicator page wasn't there to catch the transaction reponse, etc. etc. Fun!
07-23-2019 03:33 PM
This is easily accomplished by setting the hostedPaymentOrderOptions setting "show" value to true. You can also add fields for taxes and shipping.
07-23-2019 11:26 PM
Ah yes, you are correct. Apologies, my memory was from an earlier iteration of the sdk I think. I was able to add the amount and other info later in the development process. My main point was the extra text I had to put in to combat over-zealous users .. !!
07-25-2019 08:35 AM