#kairo6430
1 messages · Page 1 of 1 (latest)
That should be the way to set it as far as I can see.
If you set other settings like stripeAccount are those respected in your API calls?
I thought so too.
But this should be the case because i have to set "auth" so that it works at all.
Can you make another request with that configuration and send me the request ID that you get back? (req_123) https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also is it possible that this is stale code running on a server and that the updated version that sets and API version is not running here yet?
OK. I try to send you the request id.
ID: req_uLyVtJ0ovr1N1n
This should be a request id
Yeah not seeing that API version header in our logs. If you create another small project that just instantiates Stripe like that and makes a call, does the API version get set properly there?
OK. So at this point you are not seeing the API version send correctly in the request. Right?
Is any version set via the request?
Just seeing the default 2022-11-15 meaning that we did not see the Stripe-Account header on your request