#lkb2k_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1235342805484699839
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
If you retrieve the Charge and expand the Charge's balance_transaction (https://docs.stripe.com/api/charges/object#charge_object-balance_transaction), I believe you would see the date that money movement actually occurred. Can you try that?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
In case it helps, the Charge was captured on 2024-04-26 14:52:56
thanks, i will check that out. I was trying to use the stripe CLI to look at some of the objects, but it always uses the test keys
is there a way for me to tell the stripe CLI to make live mode calls?
Many methods have a --live flag that you can set on a per-command basis, so you might look into that. Here's one for making POST requests as an example: https://docs.stripe.com/cli/post#post-live
Sure thing!