#datapata
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
@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.
@onyx inlet req_xaf09dxuWaajSP
Hmm, I don't think your curl request is working as you'd expect (you can't send JSON to Stripe APIs)
Go there: https://dashboard.stripe.com/test/logs
@autumn glade They've already shared their request, I got it from here – thanks!
wow, how did i miss that. What content-types are supported? 🙂
ok sorry first line of API docs
"form encoded request bodies". ....
Yup! Generally recommend using our client libraries which mask this dependency: https://stripe.com/docs/libraries
yeah my BE is in Erlang 🥲