Forums / Built-in Shipping and Payment Modules / Adding address and postal code feilds to authorize.net

Adding address and postal code feilds to authorize.net

Results 1 to 5 of 5
23 Dec 2013, 11:01
#1
deziner76hd avatar

deziner76hd

New Zenner

Join Date:
Oct 2008
Posts:
26
Plugin Contributions:
0

Adding address and postal code feilds to authorize.net

Hello My clients payment processor is asking for address and postal fields be submitted. I am using authorize.net as the gateway. How can I add these two fields to be collected during the payment process?
Thank you
23 Dec 2013, 11:36
#2
deziner76hd avatar

deziner76hd

New Zenner

Join Date:
Oct 2008
Posts:
26
Plugin Contributions:
0

Re: Adding address and postal code feilds to authorize.net

Added Note:
These entries of address (1 Main Street) and zip code must match the billing address on the credit card
23 Dec 2013, 18:45
#3
deziner76hd avatar

deziner76hd

New Zenner

Join Date:
Oct 2008
Posts:
26
Plugin Contributions:
0

Re: Adding address and postal code feilds to authorize.net

I'm not trying to bump this thread I just need to know if no one else has had this request. It seams to be a common set of fields in a lot of the online sites I go to now. Does anyone have any information regarding this issue?
23 Dec 2013, 19:02
#4
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Posts:
2,015
Plugin Contributions:
0

Re: Adding address and postal code feilds to authorize.net

I'm not sure that I understand the question because we use Auth.net for our gateway and they perform the AVS checks and approve/decline the payments based upon those items you mention.
23 Dec 2013, 19:15
#5
deziner76hd avatar

deziner76hd

New Zenner

Join Date:
Oct 2008
Posts:
26
Plugin Contributions:
0

Re: Adding address and postal code feilds to authorize.net

Thank you for responding. The payment processor my client uses is PPC https://www.ppcsales.com/ They use authorize.net as there payment gateway as an emulator.

This is there instructions
Third Party Shopping Carts

We have designed our gateway to be able to handle transaction submissions and responses in the Authorize.Net format. We call this our Gateway Emulator.

To use the Gateway Emulator, your shopping cart or application must support the Authorize.Net AIM or SIM method of integration. If the application supports the AIM or SIM method, you simply need to change the transaction POST URL to our Gateway Emulator URL.

Our Gateway Emulator URL is: (And I have changed this in the authorizenet.php page)
The problem is the form itself in ZenCart does not have the form fields for:

address (street address) or the postal zip caode

I need to know how to get those form fields included in the form.

Gary