Jump to content

Any way to remove all customers CC details at once?


Recommended Posts

We're no longer keeping credit card details on WHMCS. So we set the option not to store it. But the credit card info is still there. Is there an easy way to remove all CC details from all customers at once instead of going one by one and removing it?

Link to comment
Share on other sites

run the following SQL query:

 

UPDATE tblclients SET cardtype='', cardlastfour='', cardnum='', startdate='', expdate='', issuenumber='';

 

If you're using a tokenized gateway, you may want to leave cardlastfour in there.

Link to comment
Share on other sites

run the following SQL query:

 

UPDATE tblclients SET cardtype='', cardlastfour='', cardnum='', startdate='', expdate='', issuenumber='';

 

If you're using a tokenized gateway, you may want to leave cardlastfour in there.

 

I was thinking nulling out the tables would do it, but was making sure it didnt screw up WHMCS or I was missing a button/setting somewhere. Thanx :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated