Hacker News new | ask | show | jobs
by ceffio 2293 days ago
We are using stripe's api in the frontend to generate a token and then it to our backend in order to generate the "customer" and the "charge". Our backend is on Rails so we are using stripe's ruby gem.

Any advice?