I used to write Duty Free sales systems for airlines.
It was quite common for people to ‘forget’ about buying something, the accounts department would regularly have to ‘find’ a credit card transaction, then locate the signed docket.
Clearing the credit card transactions is done by batching them up and transmitting them electronically to a clearer - one needs to know what is in a batch and be able to re-create it at will.
Credit cards have two magnetic tracks, Track 1 is known as the IATA track, but the airlines never got round to doing anything meaningful with it. It contains the card holders name, then number and date(s). Track 2 is the track that the banks like to use, it is (nearly)purely numeric. It contains the number followed by ‘=’ then the expiry date. The information that follows is loosely defined.
Historically I would store the number as seen on the front of the card, that worked fine for about 15 years. A few years ago VISA International came up with the smart idea of insisting that all 64 bytes of Track 2 were stored and transmitted to them to ‘prove’ that the card had really been swiped through the reader. I said it was idiotic, but who listens to a programmer.
A few months later they realized that huge numbers of perfect images of Track 2 were being collected and stored on central computers. Absolutely ideal for cloning cards. VISA came out with an edict that after 3 months the Track 2 data should be erased from all records. Naturally I wrote a utility to do that, but it does not work very well on compressed backups on DVDs 
The first rule of managing data is not to change it, the next rule is to back it up, and the third rule is to archive it. Making sure that you have plenty of copies at different locations is generally regarded as sensible.
The Credit card companies were insane insisting on full track storage by retailers, they were then stupid for thinking that anyone would delete historical data. They created the problem. Track 2 was good for ensuring a card was ‘valid’ in an ATM while online, but insisting that retailers store it in full was madness.
I have test data on one of my machines containing at least 20,000 perfect Track 2 images, all I need is a pack of card blanks and a mag strip writer.