#Randomuser2022
1 messages · Page 1 of 1 (latest)
There's no body in your request, hence the parameter_missing error
Yeah, we're not receiving that I'm afraid. Looks like JSON? Which we don't support
oooh didn't know that? Could I know what do you support?
x-www-form-urlencoded bodies: https://stripe.com/docs/api#:~:text=Our API has predictable resource-oriented URLs%2C accepts form-encoded request bodies%2C returns JSON-encoded responses%2C and uses standard HTTP response codes%2C authentication%2C and verbs.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks a lot! I'm having a look!
I've made it. Is another format to make the request? it takes a bit of work to format like that.
thanks in advance!
There is not
I'd recommend using our server SDKs which handle all this heavy lifting: https://stripe.com/docs/libraries
np!