#datapata

1 messages · Page 1 of 1 (latest)

onyx inlet
autumn glade
#

@rain wraith take a look at the Stripe Developer logs. It will show you what Stripe is receiving... this will confirm if you're actually sending what you think you are.

rain wraith
#

@onyx inlet req_xaf09dxuWaajSP

onyx inlet
#

Hmm, I don't think your curl request is working as you'd expect (you can't send JSON to Stripe APIs)

autumn glade
onyx inlet
#

@autumn glade They've already shared their request, I got it from here – thanks!

rain wraith
#

wow, how did i miss that. What content-types are supported? 🙂

#

ok sorry first line of API docs

#

"form encoded request bodies". ....

onyx inlet
#

Yup! Generally recommend using our client libraries which mask this dependency: https://stripe.com/docs/libraries

Stripe has official libraries for different programming languages and mobile platforms. There are also many more third-party libraries and plugins created by the Stripe community.

rain wraith
#

yeah my BE is in Erlang 🥲