- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How i can check the credit cards for the customer from Admin Page.?
Hi Team,
I want to see credit cards associated with the particular customer from the Magento Admin Console.
Could please help me to get this.?
Thanks and Regards
Mahesh D.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How i can check the credit cards for the customer from Admin Page.?
What information do you want to see?
I hope you are not storing the customer credit card details in Magento. It is violation of PCI compliance.
If you are doing so you are putting your customers' sensitive data at risk.
If you are using PCI compliant payment method, you may see some encrypted tokenized value on order details page but not the actual card number.
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How i can check the credit cards for the customer from Admin Page.?
As @Mukesh Tiwari said if you are storing credit card details in Magento then you are putting customer credit card at risk. Not sure if you are using an extension for payment gateway CIM.
Such extension allows you to some information like last four digit of credit card and some more information. Such information can be seen under Customer details in Magento admin. You can also look into payment and transaction table to see some of the basic details.
Magento out of the box does not saves CC details unless you are using Saved CC method which is deprecated while ago.
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.