• Resolved TATAR

    (@tatar)


    Hi.
    When paying, there is an option to save the payment card information, which saves the last four digits of the card and the expiration date.
    How can I make changes to save the card number in full as well as cvv2?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there @tatar!

    First of all, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.

    Secondly, what payment gateway are you using? I’m asking because the way payment information is saved may differ. For example with Stripe card information is saved in full but it’s saved on Stripe’s servers and not your store.

    Stripe Save Cards
    Link to image: https://d.pr/i/XrnGk9

    So I’m looking forward to hearing from you with more information to assist you further. Thanks!

    Thread Starter TATAR

    (@tatar)

    https://pasteboard.co/JGxZ5Xf.jpg

    https://pasteboard.co/JGxZv7V.jpg

    Plz see this pictures

    database store card information : wp_woocommerce_payment_tokenmeta

    Thanks for the screenshots. So it seems that you are using Stripe indeed. And as indicated in the screenshot in my previous reply:

    Card details are saved on Stripe servers, not on your store.

    So that should explain why you are not seeing full card information in your database.

    I hope this helps and clarifies things for you.

    Thread Starter TATAR

    (@tatar)

    Is there no way to store information? Even in a txt file?
    Or is it possible to automatically save a form using javascript or php the information is entered in the fields?
    To be able to enter the database manually.

    That will likely be against the security protocols by Stripe. And even if it was possible, this is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out.

    I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.

    You can also visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.

    Lastly, you can read how save cards functionality is provided by Stripe here: https://stripe.com/docs/saving-cards

    All of the above would be outside of the scope of our support anyway.

    Cheers!

    Thread Starter TATAR

    (@tatar)

    thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Save card payment information’ is closed to new replies.