Default Payments.AuthorizeNet Payment Method

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 年 前
I am configuring the site to use the default Payments.AuthorizeNet method and it is saving the encrypted credit card info in database column MaskedCreditCardNumber. Is there a way to disable this? Sorry if I am asking previously answered question, I went through several posts but relevant ones are saying it will save if the method is "Manual". In that case is it possible to change the "Manual" value to avoid storing the credit card info for AuthorizeNet processor.

Thanks in advance.
7 年 前
I came across another post, also verified with a transaction with Payments.Manual type.

https://www.nopcommerce.com/boards/t/20851/credit-card-storage.aspx

,based on the post not much concern about [MaskedCreditCardNumber].
7 年 前
My implementation of the Authorize.Net plugin does not send the card-holder data to your server, whilst keeping the payment form on your website:


https://www.nop-payments.com/nop-payments-plugin-for-authorize-net


Regards,
Vlad
7 年 前
Do not worry about MaskedCreditCardNumber. nopCommerce stores only the last 4 credit card digits there. Authorize.net plugin also keeps transaction information which might be used to identify transactions in auth.net, refund or void them.

I think the implementation is totally fine from security/PCI compliance stand point. Make sure you are using HTTPS on your website.
6 年 前
Hi ilich_x86,

I have a question off of this topic, like how can I change from Payments.AuthorizeNet to Authorize.Net in admin of nopcommerce or in codes? I use nop 3.70 now.

Thanks for your help!
Howard
6 年 前
Hi Howard,

I am not sure I understand the question. Payments.AuthorizeNet is a plugin integrating nopCommerce with Authorize.net. You need to install and enable it in order to process your payments. You can find the details on http://docs.nopcommerce.com/display/en/Payment+Methods page.


Regards,
Ilya
6 年 前
@Howard
You can change the Friendly Name, but you can't change the System Name
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.