- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Accept Hosted form does not include amount
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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