#matthew-z_best-practices
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/1387595292425326702
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! I'm guessing that the restaurant's accounting software is set to reconcile daily and can't be changed? Is your connected account a Standard / Express / Custom account? Which country are you, the platform in, and are your connected account based in the same country or in different countries?
It sounds like you're planning to use manual payouts and I want to point out that you won't be able to retrieve an itemized report of the payouts if you use manual payouts.
US - same country for connected accounts. And yes, the accounting software on their end can't be changed unfortunately - With manual payouts, the availability will still be based on UTC right? ie a payment made on 4:59pm PST on Monday will be available on Wednesday 12:00am UTC, but a payment made at 5:01pm PST Monday won't be available until Thursday 12:00am UTC?
(I'll need to confirm the connected account type)
if you can share with me the connected account id, I can take a look at what connected account type they are
It's an Express account
ah yeah, then there's no other option. Yes, availability should still be based on UTC, you can verify this by retrieving a few balance transactions and checking the available_on unix timestamp : 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.
Also, keep in mind that with manual payouts, you can only pay out funds that are already in the available balance
Ok - thanks for your help, I'll look through the API docs/guides + pass that info on to the team. May have follow up questions later, but I think we've got the initial answers we needed
What’s the best way for us to fetch the correct balance? Is there a way for us to get all of the transactions (including payments, refunds, chargebacks) for a given time period? That way we can manually fetch the itemized transactions ourselves and calculate the total balance that should be paid out.