Y
Hacker News
new
|
ask
|
show
|
jobs
by
jrockway
5175 days ago
People are upset that the information is being sent to your servers.
2 comments
paulhauggis
5175 days ago
Stripe is unique in the fact that it sends it all through an ajax call directly to the stripe servers and returns a token for you to use for re-charging, bill cancelling, etc.
I just started using it for a few projects.
link
consultutah
5175 days ago
The cc info doesn't get sent to my (or herokus) servers. All I get is a stripe token that I send to stripe. They get the cc info.
link
leif
5175 days ago
Then you should make that explicit. It looks like I'm sending my credit card info to
you
, not stripe.
link
I just started using it for a few projects.