#franc0rossi_best-practices

1 messages ยท Page 1 of 1 (latest)

lucid gardenBOT
#

๐Ÿ‘‹ 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/1428792826564444191

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

wooden quail
#

What kind of account are they setup with? Standard, Express, Customer?

pale tinsel
#

Connected account

wooden quail
#

I understand, but there are several kinds of Connected accounts that have varying amounts of control over their settings.

#

If you have an example account id I can look for you?

pale tinsel
#

one sec

wooden quail
#

looks like this is a Custom Connect account.

pale tinsel
#

okey

wooden quail
pale tinsel
#

how can I see if its set to manual

#

is there an api i can hit to get the payout schedule info?

waxen bluff
#

๐Ÿ‘‹ Taking over this thread, catching up now

#

You can use Accounts Retrieval API https://docs.stripe.com/api/accounts/retrieve to retrieve the connected account details. The information of payout setting will be available in settings.payouts.schedule hash: https://docs.stripe.com/api/accounts/object#account_object-settings-payouts-schedule

pale tinsel
#

thank you

waxen bluff
#

No problem! Happy to help ๐Ÿ˜„

pale tinsel
#

I do not see the payout schedule under the settings

#

Sorry I saw it

#

"payouts": {
"debit_negative_balances": false,
"schedule": {
"delay_days": 2,
"interval": "daily"
},

#

it is not se to manual

waxen bluff
#

You can update the payout schedule to manual on settings.payouts.schedule.interval parameter using Update Accounts API: https://docs.stripe.com/api/accounts/update#update_account-settings-payouts-schedule-interval

More details can be found in https://docs.stripe.com/connect/manage-payout-schedule#interval-property

Manage the automatic payout schedule to your connected accounts.