Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

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

Twilio Voice DocumentationVoice

Description

description page anchor

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:

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