Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Pay: ECP/ACH requires AVSName Parameter in the <Pay> verb.



ERROR: 64014

error-64014 page anchor
PROGRAMMABLE VOICE
ERROR

A 64014 Error is an indication that the provided paymentMethod attribute "ach-debit" was used, but the AVSName Parameter was not found inside the <Pay> verb.

Possible Causes

possible-causes page anchor

Electronic Check Processing requires a name.

Make sure a "AVSName" Parameter element exists inside the <Pay> verb.

Example:


_10
<Pay paymentMethod="ach-debit" ...>
_10
<Parameter name="AVSName" value="john smith" />
_10
</Pay


Rate this page: