Error 64007
Product: Programmable Voice
ERROR - 64007
Pay: Connector does not support creating charge.
## Error - 64007
Pay: Connector does not support creating charge.
Error is an indication that the request to tokenize credit card failed because the connector does not support tokenization.
A 64007 Error is an indication that the request to create a charge on the credit card failed because the connector does not support making charges.
Possible Causes
- The paymentConnector attribute points to a Connector that does not support charging.
Possible Solutions
- Make sure that the paymentConnector matches a <Pay> Connector that supports charging.
- If tokenization was intended, please change the chargeAmount attribute. Please see this API documentation for more details.