#julianlcpstudio

1 messages · Page 1 of 1 (latest)

small boughBOT
rigid parrot
#

👋 happy to help

outer aurora
#

Thank ! Here it is: req_35tM95E3aobDUn

rigid parrot
#

taking a look

#

how are you sending the request?

outer aurora
#

Throught a software called "Windev". I can manage the JSon through this soft

rigid parrot
#

just fyi, Stripe's API doesn't accept application/json request bodies

#

it only accepts form-encoded request bodies

outer aurora
#

Ah, ok. So my problem comes from this. I'll take a look from here. THank you very much for your help

rigid parrot
#

no worries

#

let me know if you need any more help

outer aurora
#

I managed using form-encoded request bodies. Thank you very much for your help !

rigid parrot
#

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

outer aurora
#

Ok, thanks. I'll tkae your advices immediatly

rigid parrot
#

for 2 it depends on which language you prefer using

#

you can find more details here https://stripe.com/docs/libraries

Use our server-side libraries to work with Stripe from Ruby, Python, PHP, Java, Node, Go and .NET or our Web SDKs to work with HTML and JavaScript (including React). We also provide Mobile SDKs for iOS, Android and React Native.