Hello,
We are running an x-cart site that integrates with Authorize.net. Everything is currently working well except there is not a standard field for 'Company Name' on the checkout form for the billing information so we had to add a custom field to the form.
We have the credit card transaction taking place on Authorize.net (opposed to our own site). When the billing information is submitted to Authorize.net it passes over all the field information for name, address, city, state, etc. but does not pass over the 'Company Name' to the appropriate field on Authorize.net. This is lkely because we set Company Name up as a custom field.
Is there any way to pass over the Company Name field to the checkout page on autorize.net?
Thanks
Scott
โ09-17-2013 10:31 AM
It should have a company name field x_company
http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=B_APIFields.html
โ09-17-2013 04:30 PM