#nathan_api

1 messages ยท Page 1 of 1 (latest)

native torrentBOT
#

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

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

obsidian kelp
#

๐Ÿ‘‹ happy to help

#

delay_days depend on the payout interval rather than the transfer itself

#

so basically if the payout is manual delay_days are not relevant

#

they become relevant when the interval is daily, monthly etc...

finite acorn
#

but if the transfer is manual but the payouts are set to automatic daily does delay_days impact it?

obsidian kelp
#

it would delay the payout not the transfer

#

transfer = from the platform's Stripe Balance to the connected account's Stripe Balance

finite acorn
#

okay yeah the docs seem to mention payments but not if the amount in a transfer is delayed through the same mechanism

obsidian kelp
#

payout from a Stripe Balance to an external account

finite acorn
#

so if the amount comes from a transfer or payment they are both delayed the same for payouts?

obsidian kelp
#

when you say a payment do you mean like in a Destination Charge for example?

#

or a payment directly made by the connected account instead of being made by the platform?

finite acorn
#

direct charges

obsidian kelp
#

or direct charges

#

same

#

these are made by the platform

#

and they obey the same rule

finite acorn
#

but we currently dont use direct charges we take the payment into our account and transfer the funds to the connect account when approved through our platform process, we just wanted to be clear about delay_days also impacting the funds transfered to the connect account the same as if we were doing a direct charge

#

the docs mention:

The delay_days property reflects how long it takes for on_behalf_of charges (or direct charges performed on the connected account) to become available for payout. You can edit this property on accounts where you own fraud and dispute liability.
but do not reference funds in the connect account from transfers

obsidian kelp
#

because the transfer happens automatically

#

in these cases

#

when you're doing a separate charge and transfer you have control over when to transfer as well

#

so there might be extra delay between when you receive the payment and when you decide to transfer the money to the connect account

finite acorn
#

yeah but does the delay_days field also delay the funds being payed out that have come from the transfer to the connect account?

obsidian kelp
#

it all depends on what type of payout interval you have

#

if it's manual then no

#

if it's daily, weekly or monthly then yes

finite acorn
#

okay yeah it will be setup to daily, thank you for confirming ๐Ÿ™‚