• Resolved luisadjr

    (@luisadjr)


    Hello,

    I have been building a woocommerce site with your plugin. I have been looking through the code of the plugin and noticed that although you request the CSE (Client Side Encryption) Key in the Settings page, I don’t see it being used anyway in the processing method or form method. When I look at the log it doesn’t even show the encrypted card number, just the regular card number masked. Where is the encryption key being used? It’s very important that I confirm it is being created. I was hoping to also send this encrypted number to a private API.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dotstore

    (@dots)

    Hey @luisadjr,

    Thanks for contacting us. You can see inside plugin Braintree directory \plugins\woo-braintree-payment-gateway\includes\Braintree\Configuration.php here is configuration used.Before any changes make sure you know about braintree API how to work.

    Here is document :https://developers.braintreepayments.com/reference/overview

    Thank You,
    Multidots.

    Thread Starter luisadjr

    (@luisadjr)

    Hi @dots,

    Thanks for the quick responese. I’ve actually checked this file and have rechecked but still see no mention of the CSE Key. To be clear, I don’t mean the merchant ID, private key or public key.

    I’m referring to the encryption key that its typically used in a second form. SO that when the user enters their card number it is entered into the textfield while a second form is encrypting those entries before it sends it to braintree’s server.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Client Side Encryption’ is closed to new replies.