Comment by samwillis
2 years ago
Interestingly Stripe started life as /dev/payments and I seem to remember the first iteration was an agent on your server that literally processed card payments when you wrote the details to /dev/payments
2 years ago
Interestingly Stripe started life as /dev/payments and I seem to remember the first iteration was an agent on your server that literally processed card payments when you wrote the details to /dev/payments
That's awesome
You can still find the source code here: https://github.com/benweissmann/dev-payments
I'm guessing they ditched that idea because it wouldn't absolve the "writer" of PCI compliance, since the information has to pass through RAM.
I thought /dev/payments was their second name. Weren't they /dev/creditcard or something like that first?