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

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.

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.
Then you should make that explicit. It looks like I'm sending my credit card info to you, not stripe.