Hmm... this is an intresting solution if the credit card number never gets passed back to the webserver or the intermediate server.
Inital Process:
- CC number gets sent to DB server and gets returned a "key" to reference it for storage in the noncritical database.
- Uses said reference "key" to request that the card be processed.
- Intermediate server sends request to CC storage server who then processes the card and sends the request code to intermediate server who sends to webserver.
Rebill Process:
- Billing software sends "key" to intermediate server with a price to be billed.
- intermediate server relays request to database server who then processes card and sends response code back
- Intermediate server returns status code to webserver
I dont see any real problems in this process. Credit cards go in but they dont come out.
Intresting solution.
Pete
insert into pete values('red hair','near green eyes','overinflated ego');
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|