#eugene-qinshopline_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/1326137014306996234
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sorry, what is 'operator' in this context?
Financial accounting staff
Not really sure what you're asking me โ that record was actually created on 2024-12-31 02:03:32 UTC so not sure what dates you're referring to
Not sure what you're showing me here?
But yeah, the created at date of the payout won't also reflect the effective at date depending on your payout config
This image is a screenshot of a file exported from Stripe
OK, but I'm still confused as to what the issue is
I got the creation time of this data through the API and it is 1735574435
I can't find the effective_at from the json data: 2025/1/1 16:00
Well you're looking at different objects. Your JSON there is for a Balance Transaction object that corresponds to the Payout (i.e. the funds being withdrawn from your Stripe balance)
The sheet export is the actual Payout data/object I think
What is it you're trying to do exactly?
I am a technician. Now the financial accountant told me that the time is inconsistent. I hope I can explain it to her.
But what times are they trying to match up? They have the spreadsheet, they're looking at the effective at column timestamp yes? What are they comparing that against?
The system I developed is connected to Stripe's API. I used the timestamp to display it on the page. She thinks the time I show is inconsistent with the effective_at time exported in Stripe
I used the created field in the api to display
Which API/objects do you use to display the timestamp?
/v1/balance_transactions
txn_3QbunvI9qxn1A7eM009APH4X isn't for a Payout though โ you've sent the wrong ID I think
Can you share the other txn_xxx from your screenshot
txn_1QblORI9qxn1A7eMtn9oaLcI
You probably want available_on: https://docs.stripe.com/api/balance_transactions/object#balance_transaction_object-available_on
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.