#julianlcpstudio
1 messages · Page 1 of 1 (latest)
👋 happy to help
would you mind sharing the failing request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
Thank ! Here it is: req_35tM95E3aobDUn
Throught a software called "Windev". I can manage the JSon through this soft
just fyi, Stripe's API doesn't accept application/json request bodies
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
it only accepts form-encoded request bodies
Ah, ok. So my problem comes from this. I'll take a look from here. THank you very much for your help
I managed using form-encoded request bodies. Thank you very much for your help !
sure thing
just a couple of things I noticed while we're at it
1- you're using an old 2019 API version
it would be a good idea to upgrade your API version at some point
2- I would highly recommend using either our SDKs/libraries or even Stripe CLI instead of a simple Postman like software
Ok, thanks. I'll tkae your advices immediatly
for 1 you can use https://stripe.com/docs/upgrades
for 2 it depends on which language you prefer using
you can find more details here https://stripe.com/docs/libraries