#borja-snchez_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- borja-snchez_api, 1 day ago, 13 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1238376909461786644
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! can you elaborate more on what kind of live data you are looking to retrieve?
I want to retrive my live data from stripe, the one that's real from my clients, but from my local machine. I've tried to change keys, but it doesn't work. I'm using CLI in my local environment. It is possible that I need to change this key too ?
the rk key
the Stripe CLI uses the test environment by default since it's meant to help with testing. If you want to use it in livemode, have you tried running the command with the --live flag? https://docs.stripe.com/cli/listen#listen-live
no I don't
let me take a look
But I won't be expecting any data at my webhook
is a Get from all my charges ... It won't come through the webhook
that same flag is applicable for requests made using the CLI also
no there's nothing else to pass in after that flag. The live key is taken from your Stripe CLI configurations : https://docs.stripe.com/cli/config
if you want to explicitly pass in an API key, then you would use the --api-key flag instead : https://docs.stripe.com/cli/api_keys