-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Account Creation Problem #590
Comments
@kei42 You can see in the docs that this parameter is called Can you give me a real request id |
@kei42 Okay looking into our logs I only see 2 failures from Go in the past 24 hours. Both sent Your code seems to have a bug where you send an empty string for the id instead of the id you retrieved from your browser. Once you fix it and send the real id |
Ok thanks for your quick answer |
Bumps [sorbet-rails](https://github.com/chanzuckerberg/sorbet-rails) from 0.7.33 to 0.7.34. - [Release notes](https://github.com/chanzuckerberg/sorbet-rails/releases) - [Commits](https://github.com/chanzuckerberg/sorbet-rails/commits) --- updated-dependencies: - dependency-name: sorbet-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hello,
I have an issue with the custom account creation, I got the following error:
2018/06/15 12:53:05 Error encountered from Stripe: {"status":400,"message":"Invalid string id: ","param":"account_token","request_id":"req_XXXXXXXXXXX","type":"invalid_request_error"}
here: https://github.com/stripe/stripe-go/blob/master/account.go
the line
AccountToken *string
form:"account_token"
I think the account_token parameter should be renamed token
so it should be something like
Token *string
form:"token"
Could you please handle it ?
Thanks
The text was updated successfully, but these errors were encountered: