Issue 1 - AVS for postal code validation is on. Based upon this, it would be great if the accept.js popup would require a zipcode, but it does not.
To help with this I'm requiring the postal code to have a value in the Authorize.net Payment Form - Fields settings. A user can still submit without a postal code, but the payment will fail (better than nothing, I suppose).
Issue 2 - Because I am requiring the postal code in the settings this seems to also require the postal code to be sent when calling a refund transaction request. However, the postal code was not passed back in the Accept.js hosted form response during the payment capture. Documentaiton seems to suggest it is embedded into the nonce, but this is an ecnrypted string. All other fields seem to be sent back except postal code.
Any advice other than disabling AVS?
Solved! Go to Solution.
05-24-2019 07:40 AM
05-25-2019 09:23 PM
05-25-2019 09:23 PM
05-25-2019 09:41 PM
You are welcome my friend. I have yet to do an Accept.js integration. I've done php based hosted forms thus far. On those you can set the fields to required. I would double check the API reference and see if you have a workaround. Could you kindly mark this question solved? Best luck to you.
05-26-2019 09:18 AM