#eroo36-application-fee
1 messages · Page 1 of 1 (latest)
yes
so here total show 1000 is from application fees
how long does it take for them to be available as Stripe Balance and is it same for test mode/live mode
when i call stripe.balance.retrieve() i am getting -278
the first payout takes 7-14 days but subsequent ones should be faster
https://stripe.com/docs/payouts
i am not talking about payouts
i dont want to pay it out to a bank account
i want to transfer it to another stripe account from my stripe balance
Is it a connected account that you're trying to transfer these funds to?
what type of connected account is it?
standard
here is a snippet of what i try to do:
https://puu.sh/J8WPf/96d25c7642.png
available[0].amount is currently -278 even though i already made some payments with application fees
i wonder how can i use those application fees i collected
"will be available soon" im not sure how long it is. i am on test mode and have been using it for long time so it is not the first time.
For a standard non-connect account, it is usually 2-day rolling bases
https://stripe.com/docs/connect/account-balances
Not really sure about connect accounts to be honest. our support team would know
We generally recommend listening to webhook events such as balance.available to know when funds are available
https://stripe.com/docs/api/events/types#event_types-balance.available
alright thanks for you help
NP!
With Express or Custom accounts, In separate charges and transfers flow you could attempt to transfer without having sufficient balance but it won't work with Standard accounts
https://stripe.com/docs/connect/charges-transfers#transfer-availability
yea i saw that i can use charge id as source transaction then it would happen automatically when there are enough balances available