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

64005: Pay: Connector does not support tokenization.

Twilio Voice DocumentationVoice

Description

description page anchor

Pay: Connector does not support tokenization.

pay-connector-does-not-support-tokenization page anchor

A 64005 Error is an indication that the request to tokenize credit card failed because the connector does not support tokenization.

  • The paymentConnector attribute points to Connector that does not support tokenization.
  • The chargeAmount attribute in the Pay Verb TwiML was 0 (or omitted) and you intended to charge.
  • Make sure that the paymentConnector matches a <Pay> Connector that supports tokenization.
  • If a charge was intended, please change the chargeAmount attribute and provided a positive value. Please see this API documentation for more details.