Skip to content
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

support application json content type #1277

Open
itai-spiritt opened this issue Dec 10, 2024 · 0 comments
Open

support application json content type #1277

itai-spiritt opened this issue Dec 10, 2024 · 0 comments

Comments

@itai-spiritt
Copy link

hey all
why does stripe (both rest api and cli) don't support jsons in the body?
i am using stripe in 2 services, one in node and another in clojure

in node the api is very simple since we can use the js data structures (jsons)
in clojure though i can't quite use maps easily, although i can convert it to jsons, i have to convert them to x-www-form-urlencoded

why does stripe use this content type (x-www-form-urlencoded) instead of application/json ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant