Hacker News new | ask | show | jobs
by rogerkirkness 2290 days ago
We had a similar sounding issue involving where the token is passed in the Stripe client. Are you using the API directly or through a client library? We were using Go and there was a field that was pretty clearly not needed in the documentation but pretty clearly needed to make the customer step work.
1 comments

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?