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

64006: Pay: Connector does not support token type.

Twilio Voice DocumentationVoice

Description

description page anchor

Pay: Connector does not support token type.

pay-connector-does-not-support-token-type page anchor

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

A 64006 Error is an indication that the request to tokenize of a particular type is not supported by the <Pay> connector. For instance, tokenType="one-time" was used but only tokenType="reusable" is supported.

  • The paymentConnector attribute points to a Connector that does not support the requested type of tokenization.
  • Make sure that the paymentConnector matches a <Pay> Connector that supports the tokenization type you want.
  • Make sure you specify the tokenType that matches what you want to perform.