Back to All

CodeAVS field not being returned for Query Card requests

Good day,

Since early to mid February we have been receiving some null fields in the AVS response when querying cards with the AVS flag turned on.

Previously:
GetCard Result: {"Data":{"card":{"Pull":{"Enabled":true,"Network":"Visa","Type":"Debit","Regulated":true,"Currency":"840","Country":"840","Availability":null},"Push":{"Enabled":true,"Network":"Visa","Type":"Debit","Regulated":true,"Currency":"840","Country":"840","Availability":"Immediate"}},"AVS":{"NetworkRC":"85","AuthorizeID":"163948","ResultText":"NOT DECLINED","CodeAVS":"Y","CodeSecurityCode":"M","EC":null},"Fees":null}

Now:
GetCard Result: {"Data":{"card":{"Pull":{"Enabled":true,"Network":"Visa","Type":"Credit","Regulated":true,"Currency":"840","Country":"840","Availability":null},"Push":{"Enabled":true,"Network":"Visa","Type":"Credit","Regulated":true,"Currency":"840","Country":"840","Availability":"Next Business Day"}},"AVS":{"NetworkRC":null,"AuthorizeID":null,"ResultText":"NOT DECLINED","CodeAVS":null,"CodeSecurityCode":"M","EC":null},"Fees":null}

We haven't made any code change to this implementation in a while and this is causing an issue on our website when doing pre-transfer and pre-account creation checks. Was this change deliberate on the Tabapay system or is it an intermittent issue with the AVS fields sometimes returning null that we should plan for?