• Resolved supertomate

    (@supertomate)


    I was looking through the plugin code and saw that there was a class for tokens. It refers to handles and process WC payment tokens API. However, I can’t see how to activate this payment method in the plugin interface. Can you explain how to activate this payment method?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @supertomate

    The WC_Stripe_Payment_Tokens class is used to handle and process payment tokens. It’s not a payment method that can be activated or deactivated. This class allows the Stripe gateway to securely save customer payment information for future transactions, which makes checkout faster for returning customers.

    If you want to enable the “Save payment method” option for your customers, navigate WooCommerce > Settings > Payments > Stripe > Settings, and enable the “Payments via saved cards” option.

    Please note that this feature requires SSL to be enabled on your site for security reasons.

    I hope this clears up your query. If you have any further questions, feel free to ask.

    Thread Starter supertomate

    (@supertomate)

    Thank you very much for that very detailed answer, but I was still hoping that you could use it as a conventional means of payment.
    I close this thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to activate WC_Stripe_Payment_Tokens’ is closed to new replies.