#knight-of-somalia_webhooks

1 messages ¡ Page 1 of 1 (latest)

gray glacierBOT
#

👋 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/1295809196935086164

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

devout solstice
#

Hello!

prime ruin
#

hi

devout solstice
#

To clarify, are you asking about delaying the transfer of funds to the connected account at the time the transaction happens, or are you talking about delaying the timing of the payout from the connected account to their external bank account?

prime ruin
#

the first one

#

delay by 15 days / 30 days / 45 days

#

we have specific commercial arrangements in place to this end, but haven;'t found way to implement it yet

devout solstice
prime ruin
#

looking at the doc right now

#

is there a way to implement this without creating a checkout session for the customer? meaning, is there a way to create a transfer group and associate certain accounts to it which then automatically creates the desired transfer delay? But without messing around with checkout

devout solstice
#

Checkout is entirely optional, this can be done with or without Checkout.

#

The Transfer Group only applies if you're transferring to multiple connected accounts, not just a single one.

#

Meaning a single transaction would have transfers that go to multiple connected accounts. Is that your use case, or would a single transaction only have a transfer that goes to a single connected account?

prime ruin
#

single transaction to a single account

#

it's always 1 to 1

devout solstice
#

Yeah, so you don't really need to worry about Transfer Groups. Your goal is to decouple payments and their associated Transfers. This approach lets you do that. The payment and the Tranfer happen at different times, and you control when you create the Transfer on your end.

prime ruin
#

nice

#

ok

#

thx for the help