#ParkerMurray
1 messages ยท Page 1 of 1 (latest)
Hi ๐
hey there, here is my request
Can you share an API request ID for this? It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Ha, jinx
req_pqZslCVDnViwMp
This was a POST request to /v1/issuing/funding_instructions but without any POST parameters
That isn't going to work
You can see the required parameters here
https://stripe.com/docs/api/issuing/funding_instructions/create
Apparently, that is not actually sending any POST data in the request to our API.
yea its very strange because I moved this from our UI to our server and now its not working ๐คฃ
I'm guessing this was a browser based JS function but is now running in NodeJS. You might need to check if the axios module in Node has any different syntax
yea looking into it now thanks
Happy to shed what ๐ก I can ๐
got it sorted thanks!