#trwler-app
1 messages · Page 1 of 1 (latest)
hi!
-
well the payout can't happen immediately after the payment, it takes a number of days for it to be available. https://stripe.com/docs/payouts#standard-payout-timing So you might want to rethink things!
-
The refund is issued and the account issuing it gets a negative balance https://stripe.com/docs/connect/account-balances#accounting-for-negative-balances
Hi @west crest , I know the payout happens after a number of days. We have a booking system and we only want a payout to happen after the event takes place. The booking could be made a month in advance and a cancellation can be made any time from making the booking to when the event occurs (30 day period). When that happens a refund needs to be made. The issue is that a payout would have been made in this period of time correct?
yep
then you can use manual payouts so the payout only happens when you call the API
I see, so we could schedule a payout in our own system and trigger it on that date?
trigger = call the API
sure
@west crest Where do I disable automatic payouts or enable manual ones?
https://stripe.com/docs/connect/manual-payouts descrbes the API call you make on a connected account to change its settings
on your own account you'll find it in https://dashboard.stripe.com/settings for bank account/payouts
excellent, thank you.