#zejun
1 messages · Page 1 of 1 (latest)
I'm pretty sure the key is set as the GET customer works.
Hi there, are you able to provide the request id for when you saw this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
What do you mean by 'this key was created by my teammate'?
in order to get the logs I'd need to log into Stripe, but I don't have an account.
should I register? but then how am I linked to the logs?
hello?
with the secret key, cURL works beautifully, but with golang it reports this error
From the error, it looks like you need to pass the API secret key on that request, https://stripe.com/docs/keys. It would be helpful to get the exact request id to further investigate what the issue might be
If you create another account, you can't see this exact request as this request id will be on another account.
problem is I don't have an account, how do I get the request ID?
Just seeing that it works with cURL, taking a look
Sorry I misunderstood. You would not have a request id at this point.
The error states that you're not passing the API key, can you double check that you're hard coding the API key on your code?
nvm, it starts working now
What was the issue?