#alexanderweiss_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/1376866028281135126
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Unclear what you mean by 'estimated payout date'?
You mean when we'll create the Payout object?
I guess that depends on the schedule for the account, but there's no way to be notified of that via the API
We'd like to let the user know when they can more or less expect the money in their bank account (the dashboard shows / showed this this as well).
We used arrival_date from the payout for this — it was pretty accurate. But basically, since the payout now seems to always be created on the day of the payout actually appearing in the user's bank account (even if that is delayed by the weekend), we can't access that anymore.
You can't access it? Or you mean it's redundant as it's often ~hours later?
There's no real way to do this other than 'predicting' when a payout will be created according to their schedule: https://docs.stripe.com/api/accounts/object#account_object-settings-payouts-schedule
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Well, there's no payout object now until later.
So previously it was like this:
Day 1: Transfer to account
Day 2: Payout created
Day 3-6: Payout paid
Now it seems to be:
Day 1: Transfer to account
Day 3-6: Payout created + a couple hours later Payout paid
There's no field or event that says "we're going to generate a payout on X and it'll be available on Y"
Yeah, so based on their schedule it should always be within 24 hours, which used to be the case, but is no longer (e.g. on weekends)
We got this email saying the following about it a while back:
Starting April 9, automatic payouts in EUR will be initiated on the same day they’re expected to arrive for all your connected accounts in the European Union. This also applies to automatic payouts in DKK in Denmark, SEK in Sweden, NOK in Norway and CHF in Switzerland. For example, if a payout is scheduled to land on a Wednesday, the payout will be created on that same day and the funds should be available before the end of the day.
Yeah, we're not really familiar with payout timing changes/fast settlement, those are questions better for support. But overall you can't get the field/data you want from the API
I'll send them a messag then! But so arrival_date isn't great for this either?
Or that does reflect a good estimate of when the user should expect it (once the payout is created of course)
Sorry, you said you could no longer access arrival_date? Otherwise yes that's exactly what it's for:
Date that you can expect the payout to arrive in the bank. This factors in delays to account for weekends or bank holidays.