Hacker News new | ask | show | jobs
by templaedhel 5350 days ago
You can also use stripe, which provides a JS solution where the client sends CC details to the stripe server, which is PCI compliment, and you receive a token you can use on your server. The CC numbers never touch your server.

there are some other javascript payment solutions I think, but the stripe one is the best I've seen.