#cj_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/1273948490757701692
đ 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.
- cj_best-practices, 2 days ago, 90 messages
hi! not sure sorry, I mainly answer API/dev questions, our support team at https://support.stripe.com/?contact=true might be able to suggest something
ooh I see maybe I can ask some dev questions while I got your attention
sure
I'm using Connect and destination charge (without on_behalf_of).
is there a way to control the payout on the connected account? I want them to get payout after like 1 month after the subscription charge happens
not possible to use delay_days for destination charge ay?
not sure what you mean, delay_days is a field on an Account's payout settings, not something scoped to a specific transaction or charge
https://docs.stripe.com/connect/manage-payout-schedule#delay_days are the docs; you can use that too
he delay_days property reflects how long it takes for on_behalf_of charges (or direct charges performed on the connected account)
will this work for just normal diestonation charge?
delay_days is what I need but from what I read seems to only work for direct charges or on_behalf_of destination charges
or am I incorrect
AFAIK it would just work , not sure why the docs say that. You do a Destination Charge, that transfers funds to the Stripe account, the payout timing of funds in the connected account depends on the settings of the account.