Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Encrypting Credit card numbers

by jdrago_999 (Hermit)
on Oct 03, 2009 at 21:02 UTC ( [id://799051]=note: print w/replies, xml ) Need Help??


in reply to Encrypting Credit card numbers

Don't Encrypt, Don't Store

If you go with a credit card processor like Verisign or Authorize.Net, you can just reference a previous authorization and tell them to re-bill the customer.

The process works like this:

  1. Collect payment information.
  2. Authorize the payment through your gateway (Verisign, Authorize.net, etc).
  3. Get your authorization number.
  4. Store the authorization number.
  5. (Time passes, then it's time to re-bill)
  6. "Hey credit card company - charge the customer referenced by authorization # XYZ in the amount of $Y.YY"
DONE!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://799051]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (1)
As of 2024-04-16 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found