Home Page link  

Extract credit card numbers form database

 

Point-Of-Sale Software - - MS Point Of Sale software discussed here 

get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Extract credit card numbers form database Phil V 04-29-2009
Posted by Phil V on April 29, 2009, 8:11 pm
Please log in for more thread options
I have a client that needs to extract the credit cards numbers from RMS for
the month of April so she can re-enter them using a new credit card
processor. Is there a SQL command to do this? They are using RMS 2.0.

Thanks in advance

Phil

Posted by Matt Hurst on April 30, 2009, 1:15 am
Please log in for more thread options
One of the security features new to 2.0 is that only the last 4 digits of the
number are kept in the rms database. Normally credit cards get processed the
same day the transaction was made, so there is no need to 're-enter' or the
customers would get double charged. If they were not doing EDC processing
with a card company, and the number was not recorded any other way, then bad
news for that client.

Here is the sql statement:

select t.storeid, t.transactionnumber, time, e.description,
creditcardnumber,creditcardexpiration,creditcardapprovalcode, e.amount
from [transaction] t join tenderentry e on t.storeid=e.storeid and
t.transactionnumber=e.transactionnumber where time>'4/1/09' and
creditcardnumber<>'' order by t.storeid, t.transactionnumber

"Phil V" wrote:

> I have a client that needs to extract the credit cards numbers from RMS for
> the month of April so she can re-enter them using a new credit card
> processor. Is there a SQL command to do this? They are using RMS 2.0.
>
> Thanks in advance
>
> Phil

Similar ThreadsPosted
Suppressing Verification Form for Credit Card Payments June 9, 2006, 4:34 pm
Credit Card Transaction Numbers September 7, 2007, 12:08 pm
Any way to unmask credit card numbers December 12, 2007, 5:15 pm
How Do I get Credit Card Numbers On Customer Receipts? August 9, 2006, 7:32 pm
New "Card Vault" retrieves card numbers in version 1.3 March 19, 2006, 2:45 pm
Import database and inventory form SYMFINITE (datasym) to MRS October 4, 2006, 12:53 pm
Importing of Gift Card numbers and balances June 9, 2009, 12:37 pm
Cannot void credit card transactions - Invalid card number was detected, hang. May 23, 2007, 5:18 pm
RE: Easier Credit Card Setup and easier Credit Card Tendering June 13, 2007, 9:13 pm
Credit Card, FoodStamp, EBT, Debit Card . Reciept Formats and Setu March 4, 2007, 4:04 am

Contact Us | Privacy Policy
This site is not affiliated with Intuit - makers of Quickbooks and Quicken software
This site is not affiliated with Sage Software - makers of Peachtree accounting software
XML SitemapXML Sitemap