How to design a "customer" TABLE which hold credit card infos and other payments? - Mailing list pgsql-general

From Michelle Konzack
Subject How to design a "customer" TABLE which hold credit card infos and other payments?
Date
Msg-id 20081106214318.GC25016@tamay-dogan.net
Whole thread Raw
Responses Re: How to design a "customer" TABLE which hold credit card infos and other payments?
Re: How to design a "customer" TABLE which hold credit card infos and other payments?
List pgsql-general
************************************************************************
*       Do not Cc: me, because I READ THIS LIST, if I write here       *
*    Keine Cc: am mich, ich LESE DIESE LISTE wenn ich hier schreibe    *
************************************************************************

Hello,

I am coding a new OnlineStore (the existing ones fit not my  needs,  are
to complicate to use or simply closed  source  and  too  expensive  e.g.
InterShop) with an integrated powerful ledger.

So now it comes to infos about Credit Cards, PayPal and friends...

Does someone have an experience with it

    1)  how I should store it
    2)  how the TABLE fields should look like

And yes, I would use a reference to external tables  instead  of  puting
those data in the main "customer" TABLE...

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    24V Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant


--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment

pgsql-general by date:

Previous
From: Michelle Konzack
Date:
Subject: Re: Redefining an existing Table Schema for Foreign Key Constraint - Question
Next
From: Michelle Konzack
Date:
Subject: Re: Semi-customized queries? Subset of SQL? Accessing the parser? Injection?