Error 64014
Product: Programmable Voice
ERROR - 64014
Pay: ECP/ACH requires AVSName Parameter in the verb.
A 64014 Error is an indication that the provided paymentMethod attribute "ach-debit" was used, but the AVSName Parameter was not found inside the
Possible Causes
Electronic Check Processing requires a name.
Possible Solutions
Make sure a "AVSName" Parameter element exists inside the
Example:
<Pay paymentMethod="ach-debit" ...>
<Parameter name="AVSName" value="john smith" />
</Pay