Card Token Errors
Error Code | Description |
---|---|
ERROR_TOKENIZE_CARD_NO_PAYMENT_METHODS | The request tried to create a token for future use of a card, but there are no relevant card payment methods available in the country for the merchant. The request was rejected. Corrective action: Contact Client Support. |
ERROR_TOKENIZE_CARD_PAYMENT_METHOD_NOT_AVAILABLE_IN_COUNTRY | The request tried to create a token for future use of a card, but the payment method requested is not available in the country specified. The request was rejected. Corrective action: Set 'payment_method_type' to null. |
ERROR_TOKENIZE_CARD_PAYMENT_METHOD_NOT_AVAILABLE_TO_CLIENT | The request tried to create a token for future use of a card, but the payment method requested is not available to the client. The request was rejected. Corrective action: Set 'payment_method_type' to a valid payment method type that the client is authorized to use. |
ERROR_TOKENIZE_CARD_PAYMENT_METHOD_NOT_FOUND | The request tried to create a token for future use of a card, but the payment method could not be determined. The request was rejected. Corrective action: Set 'country' or 'payment_method_type'. |