#francois - custom connect
1 messages · Page 1 of 1 (latest)
settings.payouts.schedule.interval -> manual should do it i think
Yea thats what i was going to recommend - setting to manual then as the controlling platform simply do not create any manual payouts
I (sometime) want to disable payouts, and turn them back on when our custom connect account is ok on our side
ok thank you, so here is where I have to work : https://stripe.com/docs/api/accounts/create#create_account-settings-payouts
@languid marten delay_days from what I read
if you set interval to manual, it won't auto payout, then you can re-enable it with your delay_days param to whatever you need later (daily or whatever you need)
in manual there will be no auto payouts, correct -- what you set that delay to if you later re-enable is up to you
How frequently available funds are paid out. One of: daily, manual, weekly, or monthly. Default is daily.
manual is not an option right ?
my bad...
so stupid I am
haha np
is there a way to create a payment_intent, and send it as a link to be collected from StripeCheckout page ?