#yeti_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/1296393812222148660
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
👋 happy to help
it depends on where your account and your connected accounts are, but you can accelerate payout speeds https://docs.stripe.com/payouts#accelerated-payout-speeds
Hi Tarzan, ok thank you let me check
is it available by API ?
i just tried :
'settings' => [
'payouts' => [
'schedule' => [
'interval' => 'daily', // daily, weekly, monthly
'delay_days' => '5', // délai en jours
],
],
],
But i got :
"Error: You cannot lower this merchant's delay below 7"
What is available exactly ?
If you are eligeble you can request accelerated payouts :
https://docs.stripe.com/payouts#accelerated-payout-speeds:~:text=When you’re eligible%2C you can choose to opt in or out of accelerated payout speeds in the Dashboard by updating your Payout settings
But it's not related to Stripe API.
OK, but your documentation tells me ‘When you are eligible, you can choose to accept or reject accelerated transfer times in the Dashboard by updating your transfer settings’.
When I click on this link I don't have any settings associated with this. How can I check if I'm eligible?
We are in France, Europe,
And we use "custom accounts"
ok I thought because of this doc : https://docs.stripe.com/connect/manage-payout-schedule#delay_days
Ah I don't know honestly why you aren't seeing that settings, in that case I invite you to reach out to Stripe Support: https://support.stripe.com/contact/email
and check why you are not seeing it. Sorry this channel is for technical integration questions only.
OK, I understand,
just to clarify, in the last link I sent you, there is a ‘delay_days’ parameter that can be used via API?