#knight-of-somalia_webhooks
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/1295809196935086164
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello!
hi
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?
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
You can use separate charges and transfers for that: https://docs.stripe.com/connect/separate-charges-and-transfers
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
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?
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.