I am currently using accept.js with my own form with php. AVS works as expected. I'm wanting to switch to using the UI from authorize.net for increased compliance. However, no matter what settings I use for 'data-billingAddressOptions' in UI form, the zip is not getting checked. The street address is though. Ideas?
03-14-2018 07:24 AM
Hi,
Just to clearify When you say "zip is not getting checked"
or
Currently you can pass any value in zip field and it will not be checked in form and will give you back the token as in Accept.js.
After that flow is same as acceptjs for creating a transact request with createTransactionRequest and AVS check will run at transaction time.
I hope it will help, Let us know if you have more questions.
Thanks,
03-15-2018 10:26 AM
It is not checking it after I get back the token and submit it the same as I would as if I used my own form. It is checking the street address though.
When I do it using my own form, everything works as expected. I have tried using the hosted ui with and without the zip being filled in and get the same result. It seems to ignore the zip once I submit info for actual charge.
03-23-2018 07:28 AM