dmjio
dmjio
@whittle, thank you, very kinds word of you. So the version in the request should be overriding the version in your dashboard (this is true for all endpoints except historical...
ah, which version of aeson are you using?
`stack exec ghc-pkg list | grep aeson`
First step would be to get into a shell for stripe-http-streams (stripe-tests is used in the test suite of stripe-http-streams). Next step would be to ensure dependencies are all correct...
Hey @aviaviavi , Apologies for the delayed response. This sounds awesome. As you've noticed `stripe` is currently configured to send requests to a single endpoint. The PR you mentioned (#113)...
AFAIK the Events API (webhooks specifically) follow the latest stripe version, but other APIs (customers, etc.) use the version that is hard-coded in the HTTP header. So it's possible to...
Yea this does seem problematic, I'd assume `stripe-haskell` would be re-exporting the modules from `stripe-core`.
At the time this API was implemented, I don't believe sessions were present. https://web.archive.org/web/20140625062328/https://stripe.com/docs/api
Hey, I don't think any sensitive info would be transmitted in the error messages (certainly not API keys, although maybe customer ids - but those aren't understandable). I see nothing...
Stripe's APIs don't accept JSON, but return it. A `NewCard` is meant to be submitted as a form url-encoded query parameter.